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

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з SQL
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести