Which Of The Following Statement Is Used To Drop A Table #334
Which of the following statement is used to drop a table present in another database?
This multiple choice question (MCQ) is related to the book/course gs gs115 Structured Query Language. It can also be found in gs gs115 SQL Database - SQL Drop Table - Quiz No.1.
Which of the following statement is used to drop a table present in another database?
DROP TABLE table_name.dbo.database_name
DROP TABLE database_name.table_name
DROP TABLE table_name.database_name
DROP TABLE database_name.dbo.table_name