The SQL TRUNCATE
statement can be used to delete rows from a table without deleting the table itself.
Syntax
TRUNCATE TABLE table_name
The SQL TRUNCATE
statement can be used to delete rows from a table without deleting the table itself.
TRUNCATE TABLE table_name
Paul is a passionate programmer who enjoys writing about all things technical. He likes getting into the nitty-gritty of technology and describing it in a way that anybody can understand.