what is the difference between Delete and Truncate command in SQL
I have a table emp , Fields with empname,dnname,dno,salary. now I want copy distinct salary with all emp detail from emp into new table which is not already exist in database. how would I do this ?
Explain differentiate between a having clause and a where clause?
What are the steps to process a single select statement?
What is table constraint?
how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?
Can you link only other SQL Servers or any database servers such as Oracle?
can any one please send sql quries most used in applications.
what are batch in sql server?
what is blocking? : Sql server database administration
Explain the purpose of indexes?
from the table display the 2nd highest salary? and also the least 2nd salay?
How sql server executes a statement with nested subqueries?