List the different types of joins?
Define the term DML, DDL and DTL?
What is RAID? What are the different types of RAID configurations?
What will be the maximum number of indexes per table?
Where are sql server user names and passwords stored in sql server?
What is a subquery in a select query statement in ms sql server?
Explain data warehousing in sql server?
i want to join two queries....and i want to run them as one after another that is want output of first query then second , then again output of first query then second and so on...
What are the different types of collation sensitivity?
What function does a database engine serve in the sql server?
How many jobs will create for Mirroring, Log Shipping, and Transactional Replication?
How to find which stored procedure is currently running in sql server?
two tables are there.1st table EMP has two columns ID and name and contains data 1,A 2,B 3,C 2nd table EmpSal has 2 columns ID and Salary Contains data -1,1000 2,5000 3,3000 Find name of employee having maximum salary ?