Home »
MCQs »
SQLite MCQs
Which of the following is/are the syntax of ANALYZE statement?
80. Which of the following is/are the syntax of ANALYZE statement?
- ANALYZE;
- ANALYZE database_name;
- ANALYZE database_name.table_name;
- All of the above
Answer: D) All of the above
Explanation:
The following are the syntax of ANALYZE statement -
- ANALYZE;
- ANALYZE database_name;
- ANALYZE database_name.table_name;