InterviewSolution
Saved Bookmarks
| 1. |
Mention What Is .dump Command Is Used For? |
|
Answer» The .DUMP command is USED to make an SQLITE database dump, remember once you USE the dump command all your data will be dumped FOREVER and cannot be retrieved. The .dump command is used to make an SQLite database dump, remember once you use the dump command all your data will be dumped forever and cannot be retrieved. |
|