What Is The Syntax Of Sqlite Detach Database Statement #90
What is the syntax of SQLite DETACH DATABASE statement?
This multiple choice question (MCQ) is related to the book/course
gs gs118 Data Mining.
It can also be found in
gs gs118 SQLite MCQs - SQLite MCQs - Quiz No.9.
What is the syntax of SQLite DETACH DATABASE statement?
ATTACH DATABASE 'Alias-Name';
DETACH TABLE 'Alias-Name';
DETACH DATABASE 'Alias-Name';
DETACH DATABASE;