Which query should be used to delete all records from the A table?
Explanation
DELETE statement has the following syntax in general case:
DELETE FROM table_name
WHERE condition;
But WHERE clause is optional here and can be omitted.

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes