Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

sql truncate statement

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