empty a table sql code example
Example 1: truncate table mysql
TRUNCATE TABLE `fourniture`
Example 2: query to empty table data in sql server
TRUNCATE TABLE table_name;
Example 3: empty an sql table
TRUNCATE TABLE table_name;
Example 4: truncate table
TRUNCATE TABLE table;