Explain the properties of the relational tables?
What are triggers? How many triggers you can have on a table? How to invoke a trigger on demand?
What is a dbms wizard?
If i am handling 150 servers then how to check the active jobs of all the servers?
How to delete particular value in the column of a table.Is it possible or not?if possible give it as in query.
What is a full text index?
What is a Stored Procedure?
What are the steps to insert a table?
What language is sql server written in?
What is named query? : sql server analysis services, ssas
How to return the top 5 rows from a select query in ms 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 ?
Why do we use functions?