Home »
MCQs »
SQLite MCQs
What does .import file table command do?
54. What does .import file table command do?
- It imports the data from table into file
- It imports the data from file into table
- It exports the data from table into file
- It exports the data from file into table
Answer: B) It imports the data from file into table
Explanation:
The .import file command imports the data from file into table.