Quiz 13

Quiz yourself on freeing up space, window functions, and sub-queries in MySQL.

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;

Get hands-on with 1400+ tech skills courses.