write down the sql query?
Table Name : emp1
empid empname
1 bala
2 guna
Table Name : emp2
empid empname
1 <Null>
2 <Null>
Solution : emp1 names are updated in emp2, write a query?
Answer Posted / vicky
update emp2 e2 set e2.empname = (select e1.empname from
emp1 e1 where e2.empid=e1.empid)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
List the various tools available for performance tuning?
What is open database communication (odbc)?
What is normalization? Describe its different types.
Does a server store data?
What is use of attribute hierarchy ordered ? : sql server analysis services, ssas
Where can you find the error log information? : sql server database administration
Explain sql server service broker?
What is repeatable read?
What is the boxing and unboxing concept in .net?
What is the difference between dataadapter and datareader?
Define right outer join?
How to get a list of columns in a view using the "sp_columns" stored procedure?
What are the components of sql server service broker?
Explain about service Broker functions?