Kizspy | Question: 36
(Choose 1 answer)
The following SQL statement deletes all data from a table name "Products". Which query fully logs the remove of each record?
A. TRUNCATE FROM Products *;
B. DELETE FROM Products;
C. DELETE* FROM Products;
D. TRUNCATE TABLE Products;