Quiz 13
Quiz yourself on freeing up space, window functions, and sub-queries in MySQL.
We'll cover the following...
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;
Access this course and 1400+ top-rated courses and projects.