Quiz 13
Question # 1
Q
Which MySQL statement will delete a table from database and free space in memory while keeping the structure of the table intact?
A)
DELETE FROM TABLE table_name;
B)
DROP TABLE table_name;
C)
TRUNCATE TABLE table_name;
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.