The TRUNCATE statement deletes a table from the database. This means that there will be no data from the table in the database, nor will there be a defined table structure.
Structure:
TRUNCATE TABLE table_name;
Example1:
TRUNCATE TABLE Staff;
I give people clear, functional, and proven instructions. I gently guide them so that they can fulfill their IT dreams.