Which Of The Following Statement Can Be Used To List All The #308
Which of the following statement can be used to list all the databases in the SQL server?
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 statement can be used to list all the databases in the SQL server?
Select name from master.sys.databases order by name
Select name from master.sys order by name
Select name from sys.databases order by name
Select name from master.databases order by name