How do you drop an index?
What is difference between joins and subqueries?
What is the default Port No on which SQL Server listens?
What is a transaction and what are ACID properties?
What is a full text index?
What happens if null values are involved in bitwise operations?
select name of emplyoee whose total salary is 130 from following table. id name salary 1 a 100 2 b 20 3 c 50 1 a 30 2 b 70 Post the resulantant Query?
Can truncate be rolled back?
Explain transaction server auto commit?
What is the difference between ‘having’ clause and a ‘where’ clause?
how to write test cases for testing databases,especially for testing and writing test cases for stored procedures.any real time database testers.please answer me.
How to get number of days in a given year?
How to create function without parameter in sql server?