If you are asked to delete the entire data of a table without disturbing the table definition then in such case which statement you will use?

25. If you are asked to delete the entire data of a table without disturbing the table definition then in such case which statement you will use?

  1. DELETE
  2. TRUNCATE
  3. DROP
  4. CLEAR

Answer: B) TRUNCATE

Explanation:

To only remove the data of the table without disturbing the definition of the table we use the TRUNCATE statement, this statement helps us to delete all the data of a table.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.