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:
The ORDER BY keyword sort the records in descending order by default.
fill up:A LEFT JOIN Return all rows from the _________ table, even if there are no matches in the __________ table
Fill Up: The UNION operator selects only distinct values by default. To allow duplicate values, use __________
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:
Select the right syntax to delete all the rows from the table employee_Details but retain the table :
What command(s) you have to execute to know the processes running inside SQL server.
On which port does SQL server runs.
Wchich recovery model should database be in for database mirroring to be configured on it
What are the modes of authentication in SQL server database.
What is process to truncate a transaction log in SQL server
Mark all the indexes which are their in SQL server
How many types of system database are therand which database stores information about jobs running on the SQL server
Waht is page size and Extent size in SQL server
What is view in sql server database
What are HA Options in SQL server 2005 database.
Which edition of SQL server supports Asynchronous mirroring.