databases Online Quiz - 3
Description: databases Online Quiz - 3 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
We cannot decide if a server is a linked server by using sys.servers catalog view. True or False?
In the Table employee_Details there are two columns: Employee_Id-Integer[10] and Employee_Name-Char[10],The following select query Select distinct(Employee_Name) from employee_Details where Employee_Id='1232' fails due to:
fill up:A LEFT JOIN Return all rows from the _________ table, even if there are no matches in the __________ table
The following query fails. Select employee_name,employee_id,count() from employee_Details group by employee_id where count()>2; The right format is:
Select * from employee_Details with ur; in the follwoing query UR stands for:
On which port does SQL server runs.
Wchich recovery model should database be in for database mirroring to be configured on it
Mark all the indexes which are their in SQL server
What are HA Options in SQL server 2005 database.
Which edition of SQL server supports Asynchronous mirroring.