Deleting all table data
A) DROP TABLE film;
B) TRUNCATE TABLE film;
C) DELETE FROM film;
Which of the statements about the above commands are TRUE?
This exercise is part of the course
Applying SQL to Real-World Problems
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
