What is the syntax of Truncate?

5. What is the syntax of Truncate?

  1. Truncate table_name;
  2. Truncate table table_name;
  3. Table table_name;
  4. Truncate table;

Answer: B) Truncate table table_name;

Explanation:

The syntax of Truncate is:

Truncate table table_name;

Comments and Discussions!

Load comments ↻






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