Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

truncate statement in sql

/*truncate table syntax*/
/*table name is Employees*/
TRUNCATE TABLE Employees;
 
PREVIOUS NEXT
Tagged: #truncate #statement #sql
ADD COMMENT
Topic
Name
4+2 =