Which Of The Following Command Let Us Instruct The Sql Server #309
Which of the following command let us instruct the SQL server to check the existence of a database with a similar name before creating a 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 Database - Quiz No.1.
Which of the following command let us instruct the SQL server to check the existence of a database with a similar name before creating a database?
IF EXISTS
NOT EXISTS
IF NOT EXISTS
EXISTS