What are the ways available in sql server to execute sql statements?
write an SQL query to list the employees who joined in the month of January?
hi, how to match retrieve the unmatched records from 2 tables in which we dont have any primary key. example : table1 has 1,2,3,4,5 and table2 has 1,2,3,4,5,6,7,8,9,10 and i want the numbers from 6 to 10 to be displayed and should not come as null. i need the numbers. please reply as soon as possible.
Explain having clause and where clause?
What is statement level trigger?
Tell me can we use custom code in ssrs?
What is built-in function?
Explain SELF JOIN ?
What are views used for?
How to connect to a sql server using odbc_connect()?
What is INTVAL( )and where we use Plz any body help me
What command would you use to add a column to a table in sql server?
Find top Nth employee from each department in terms of salary?