| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is a view? is View updatable? | IBM | 11 |
| 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 |
| What are the four main query statements? | | 3 |
| what purpose does OPENXML clause have in sql server stored
procedure? | | 1 |
| how can we use a composite key for two tables and how can
we represent it | BoA | 1 |
| PC(code, model, speed, ram, hd, cd, price)
Find the hard drive sizes that are equal among two or more
PCs.
| APX | 2 |
| can you any body tell me simple recovery,full recovery,bulk
logged recovery where can use? | | 1 |
| How will u get 5 years back record? | | 4 |
| What is a Linked Server? | | 1 |
| What does the INSTEAD OF trigger do? | | 3 |
| What is a function? Give some example? | | 2 |
| What is the difference between login and a user? | TCS | 7 |
| What are the different types of joins and what does each do? | | 2 |
| HOW TO RENAME A COLUMN NAME | | 2 |
| create index a on employee(dno)
In this,which index was created? | | 2 |
| Which is the subset of SQL commands used to manipulate
Oracle Database structures, including tables? | | 2 |
| 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 |
| How do you find the error, how can you know the number of
rows effected by last SQL statement? | | 2 |
| What is the datatype returned by count(*) | Asian-CERC | 18 |
| what is the output for this query
select * from employee where 1=1; | | 4 |
| |
| For more SQL Server Interview Questions Click Here |