Quiz 13
Quiz yourself on freeing up space, window functions, and sub-queries in MySQL.
We'll cover the following...
We'll cover the following...
Question # 1
1.
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;
1 / 1