What are statistics?
How to use order by with union operators in ms sql server?
What do we have to check in database testing?
How do you find value of first column before inserting value into the second column in the same table for checking that second column must have different value than first column.
Explain primary key?
Explain database normalization?
Why do we partition data?
Explain the difference between clustered and non-clustered index?
What are different types of raid levels?
employee table has employee id ----------- empid ---------------- 1 2 3 3 3 4 5 5 5 6 6 6 7 here the values r repeated two times.how to select the repeated values only.i.e 3,5,6 should alone come.
What is the parse query button used for?
Explain data warehousing in sql server?
Tell me time data type, datetime2, datetimeoffset data type in sql server 2008?