Which statement removes all rows from the "orders" table without removing the table structure?
Explanation
TRUNCATE or TRUNCATE TABLE command is used to delete rows from the specified table without affecting the table itself.
Theory
  • The TRUNCATE TABLE Statement

    What if we only want to delete the data inside the table, and not the table itself?
    Then, use the TRUNCATE TABLE statement:
    TRUNCATE TABLE table_name
    Read more: SQL DROP

The right choice needs correction. It must be "TRUNCATE TABLE orders".

2020 Oct 5, 9:35:30 AM

Follow CodeGalaxy

Mobile Beta

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