Answers for "how to truncate a table using sql"

SQL
2

how to truncate a table using sql

TRUNCATE TABLE  table_name;
Posted by: Guest on May-28-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language