A

Admin • 831.35K Points
Coach

Q. Which MySQL command is used to remove all records from a table but keep the structure?

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

Explanation by: Admin
TRUNCATE removes all records quickly but keeps the table structure.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.