SQL
What is th ...
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
What is the difference between DELETE Table and DROP Table statements? Select all that apply.
There is no difference, two statements are equivalent
DELETE is used to delete one or several records from the table
DROP deletes the table from the database
Explanation
DROP statement will delete all data from the table and the table itself.
DELETE will delete the data from the table but the table structure will remain nchanged.
DELETE-statement
1
(1)
Like
Login in
to like
Comment
Login in
to comment
Share
Tweet
S
QL
Quiz
Login to learn SQL
or
Read more about
SQL Quizzes
Follow CodeGalaxy
Mobile Beta
Send Feedback
Sign Up Now
or
Subscribe for future quizzes
Login in to like
Login in to comment