What is normalization 1nf 2nf 3nf?
What are locks in sql?
If a table does not have a unique index, can a cursor be opened on it?
What is the difference between stored procedure and functions?
how to find out the repeated value from table using groupby function?
What is the cpu pressure?
How to delete particular value in the column of a table.Is it possible or not?if possible give it as in query.
Can you name some of the dml commands in sql?
What part does database design plays a role in performance of an sql server-based application?
How can you append an identity column to a temporary table?
Is the order of columns in the set clause important in ms sql server?
Call by value and call by reference in procedure and function, with NOCOPY.
what is denormalization and when would you go for it? : Sql server database administration