| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Please get the 4 th maximum salary from a table without
using any sql keyword (TOP,MAX are mot allowed) | | 5 |
| table:employee
EID ENAME MID(manager ids)
101 rama null
102 sita 101
103 siva 101
104 ganesh 103
. . .
. . .
for 103 ID the manager ID is 101(RAMA) and for 104 manager
is SIVA
if i give employee id (EID) you have to tell the manager for
that EID write query?
eample:if i give 102 .The query output should be manager for
102 ID that it should print RAMA as output
| | 5 |
| What is difference beteen Migration and Upgrdation? | Satyam | 4 |
| What is an index? | Yardi-Software | 7 |
| can anybody tell us, how to select 2nd max salary from
table.
my id is ashish.akk@gmail.com | Symphony | 21 |
| can anyone explain me the concept of Serialization in Detail
and Clear? plz its urgent i have interview on friday (15th feb) | | 1 |
| What are the new features in SQL Server 2005? | Emphasis | 2 |
| what is the Enterprise manager(2000) and management studio
(2005)? | | 2 |
| How do we return a record set from a Stored Procedure in SQl
server 2000? | | 2 |
| What is blocking and how would you troubleshoot it? | | 1 |
| How do you fine the performance tunning? | Accenture | 2 |
| Can you have a nested transaction? | HCL | 3 |
| What is the difference Between Sql-server 2000 & 2005 | Value-Labs | 2 |
| Can Somebody tell me the difference between Clustered & Non-
Clustered Index?? | Progressive | 3 |
| Explain some DBCC commands? | | 4 |
| 1.what is the difference between view and cursor?
2.If we do any change in view will it affect the
database,similarly when we do changes in cursor will it
affect the databse?with certain example?Thanks
| | 3 |
| Please give me queries for the following
1. To get the count of duplicate records.
2. A query to delete the duplicate records. | 247Customer | 3 |
| can you any body tell me suppose database is suspect mode.
how can take to normal? | Teledata | 1 |
| What is bit datatype and what's the information that can be
stored inside a bit column? | | 1 |
| How many index keys possible for a table | | 6 |
| |
| For more SQL Server Interview Questions Click Here |