| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What are the magic tables in SQL Server 2000? | Infogain | 5 |
| What is the appropriate number of test cases that you can
write on a database? | Microsoft | 1 |
| Let’s say the table in the database is named as
TBL_Register. The fields in this table include:
1. User_Name,
2. User_Telephone,
3. Register_Date
The field Register_Date stores the current date and time of
the registration.
Write the SQL statement that inserts the data into the
table. | Techno-Solutions | 2 |
| What's the difference between a primary key and a unique
key? | | 4 |
| what is a stored procedure and trigger? | | 1 |
| 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 |
| Can we rewrite subqueries into simple select statements or
with joins? Example? | ASD | 1 |
| About DTS usage ? | Cognizent | 2 |
| how can i store resumes in database? | HCL | 2 |
| What is normalization and its forms? | Challenger-Financial | 3 |
| What are defaults? Is there a column to which a default
can't be bound? | | 2 |
| What are functions | | 3 |
| Which system table contains information on constraints on
all the tables created? | | 2 |
| What is the datatype returned by count(*) | Asian-CERC | 18 |
| How would you Update the rows which are divisible by 10,
given a set of numbers in column? | | 1 |
| HOW TO RENAME A COLUMN NAME | | 2 |
| Can Somebody tell me the difference between Clustered & Non-
Clustered Index?? | Progressive | 3 |
| What are the different types of joins and what does each do? | | 2 |
| Which virtual table does a trigger use? | | 3 |
| What are the all different types of Joins in SQL Server
2000, Anybody can explain each join with definition..Thanks
in advance.... | Siemens | 6 |
| |
| For more SQL Server Interview Questions Click Here |