| Other SQL Server Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the difference between login and a user? | TCS | 7 |
| Different Types of Functions ?
| Satyam | 2 |
| what is hash table | Teledata | 2 |
| how can i view structure of table in sql server? tell me
that query. | | 4 |
| 9. Write a query to list a new column with the
difference in temp of the cities Delhi and Mumbai, Mumbai
and Jammu and soon. Consider the following table :
City_id City Temp.
1 delhi 40
2 Mumbai 35
3 Jammu 32
4 Pune 18
| | 2 |
| After using delete statement in sql query to delete some
records...to retrieve the deleted records we can get using
rollback command but till that where it stores means
particular location name i need....(after deleting and
rollback ) | iGate | 2 |
| How reterive duplicate value in SQL? | | 5 |
| What is a Join in SQL Server? | | 2 |
| how to replace double quotes by single quotes in sql server | CAC | 2 |
| What is the datatype returned by count(*) | Asian-CERC | 18 |
| What is a trigger? | | 6 |
| What is the difference between UNION and UNIONALL? | CTS | 2 |
| could you please reply for these question:
1.About Use Apply?
2.Avoid cursors - When we have a situation that we can not
avoid the use of cursor than what is the alternate solution?
is there anything we can use instead of cursor to perform
the desired task? which optiomize the peroformance too.
3.What is computed columns?
Thanks in advance.
Regards,
Rupesh
| | 3 |
| internal language used in sql server 2000? | | 1 |
| how many type of subquery? | | 2 |
| How do you simulate a deadlock for testing purposes | | 1 |
| how to update a null value field in sql server
eg
a table contains 3 fields id,name,salary
and 3 records
salary of 1 record is null
i want update the nullfield
111 arun 300
112 ddd 200
113 ttt null
i want to update table with add 100 to every record include null
after updation
the recrds should be
111 arun 400
112 ddd 300
113 ttt 100
| HCL | 6 |
| Wht is SQL Injection Attack ? | | 1 |
| What is difference beteen Migration and Upgrdation? | Satyam | 4 |
| What is the difference between a HAVING CLAUSE and a WHERE
CLAUSE? | Yardi-Software | 4 |
| |
| For more SQL Server Interview Questions Click Here |