| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What does the INSTEAD OF trigger do? | | 3 |
| how to retrive only second row from table in sql server
2000? | CTS | 7 |
| what is the order of execution of where,having,group by in
select stement | Tanla-Solutions | 5 |
| What is lock escalation? | | 1 |
| what is the diffrence between Snap Shot and Transaction
Replication | CSC | 1 |
| I have to display ten columns values from diffrent ten
tables.
how many joins are require? | HCL | 8 |
| There is table like Events...in that name ,startdate
,enddate,location are the column names
write a stored Procedure for this table to get events by
Months "GetEventsByMonths" | | 1 |
| i want to create procedure for create table in sql server
2005
for example
create procedure create_table
@table varchar(20)
as
create @table(
id int,
name char(20)
)
but it will get error
what is solution?
| Aptech | 4 |
| How to count the number of duplicate items in a table? | | 1 |
| What is the difference between HAVING clause and the WHERE
clause? | | 4 |
| What is the difference between login and a user? | TCS | 7 |
| What is blocking and how would you troubleshoot it? | | 1 |
| What is blocking and how would you troubleshoot it? | HCL | 2 |
| Can you link only other SQL Servers or any database servers
such as Oracle? | | 1 |
| hi i gone though satyam interview.
what is Acid Properties?
| Satyam | 2 |
| I have a table EMP in which the values will be like this
EmpId Ename Sal DeptId
11 Ram 10000 10
11 Ram 10000 10
22 Raj 20000 20
22 Raj 20000 20
33 Anil 15000 30
33 Anil 15000 30
I want to delete only duplicate Rows. After Delete I want
the output like this
EmpId Ename Sal DeptId
11 Ram 10000 10
22 Raj 20000 20
33 Anil 15000 30
| DELL | 10 |
| How do you implement one-to-one, one-to-many and many-to-
many relationships while designing tables? | TCS | 3 |
| How do we get month name in SQL Server 2000, Oracle, MS Access? | | 9 |
| can foreign key take role of primary key?
| TCS | 4 |
| WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN
SQL SERVER? | | 6 |
| |
| For more SQL Server Interview Questions Click Here |