Home »
MCQs »
Oracle MCQs »
Oracle Subqueries, TRUNCATE TABLE, and WHERE Clause MCQs
What is the syntax of Truncate?
5. What is the syntax of Truncate?
- Truncate table_name;
- Truncate table table_name;
- Table table_name;
- Truncate table;
Answer: B) Truncate table table_name;
Explanation:
The syntax of Truncate is:
Truncate table table_name;