| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is the cursor life span? | Evalueserve | 5 |
| i want only duplicates rows from coloumn
ex. emp_id(colomn name)1,1,2,3,3,4,5,5.
so i want only duplicates no.
| iFlex | 2 |
| What is a trigger? | | 6 |
| How to tune a stored procedure? | | 5 |
| Following are some of the question related to below
mentioned query?
select e1.salary from employee3 e1
where 2=
(
select count(distinct(e2.salary))
from employee3 e2 where e2.salary>=e1.salary
)
1) What the query returns?
2) How it works? - Detail explanation (what the sub query
does, why it is (where 2=)....etc...Please?
| | 3 |
| Explain different isolation levels? | | 3 |
| About DTS usage ? | Cognizent | 2 |
| What do you mean by COLLATION? | | 4 |
| Which virtual table does a trigger use? | TCS | 6 |
| How to list all tables having unique constraints in any of
the columns in a database. | | 1 |
| Explain fundamentals of Data ware housing & OLAP? | | 1 |
| What is the difference between a stored procedure and a user
defined function in sql server? | Millennium | 2 |
| how to get the rowid/rownumbes of a table in sqlserver | IBM | 5 |
| how to find out the repeated value from table using groupby
function? | | 3 |
| When you first load SQL SERVER you will startup with what
all databases? | CompuSol | 3 |
| How do you find the number of rows in a table? | | 5 |
| Difference between Function and Procedure-in general? | | 3 |
| Explain the storage models of OLAP? | | 1 |
| What are primary keys and foreign keys? | | 3 |
| What are defaults? Is there a column to which a default
can't be bound? | | 2 |
| |
| For more SQL Server Interview Questions Click Here |