Home »
MCQs »
SQLite MCQs
What does .schema ?table? Command do?
65. What does .schema ?table? Command do?
- It shows the CREATE statements
- It shows the UPDATE statements
- It shows the INSERT statements
- It shows the DELETE statements
Answer: B) It shows the UPDATE statements
Explanation:
The .schema ?table? Command shows the CREATE statement.