Tag: databases
Questions Related to 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.
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 :