Select from following answers:- TRUNCATE TABLE student

- TRUNCATE * FROM TABLE student
- TRUNCATE studentTABLE
- All Above
TRUNCATE TABLE removes all rows from a table.
The syntax is as follows
TRUNCATE TABLE table_name
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator