Home »
MCQs »
SQLite MCQs
What does .read filename command do?
64. What does .read filename command do?
- It executes read in filename
- It executes write in filename
- It executes sql in filename
- It stops sql in filename
Answer: C) It executes sql in filename
Explanation:
The .read filename command executes sql in filename.