Kizspy | Question: 36
(Choose 1 answer)
Which of the following SQL statement remove all of the content from a table name "employees" but keep the schema?
A. DELETE FROM employees;
B. TRUNCATE FROM employees;
C. DROP TABLE employees;
D. REMOVE FROM employees;