ATTACH

GPTKB entity

Statements (12)
Predicate Object
gptkbp:instanceOf gptkb:SQL_command
gptkbp:allows access to multiple databases in a single query
gptkbp:category gptkb:Data_Definition_Language_(DDL)
gptkbp:complement gptkb:DETACH
gptkbp:hasSyntax ATTACH DATABASE 'filename' AS dbname;
gptkbp:introducedIn SQLite 3.x
gptkbp:limitation not supported in all SQL databases
gptkbp:purpose attach another database file to the current database connection
gptkbp:usedIn gptkb:SQLite
gptkbp:bfsParent gptkb:PL/SQL_API_(DBMS_DATAPUMP)
gptkbp:bfsLayer 8
https://www.w3.org/2000/01/rdf-schema#label ATTACH