Get startedGet started for free

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

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise