A

Admin • 833K Points
Coach

Q. Which keyword is used to remove all records from a table without deleting the structure?

  • (A) DELETE
  • (B) DROP
  • (C) TRUNCATE
  • (D) REMOVE
  • Correct Answer - Option(C)
  • Views: 31
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

`TRUNCATE` removes all records but keeps the table structure intact.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.