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 / vidya
update emp2 set empname =e.empname from emp1 e where
e.empid =emp2.empid
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does nvl stand for?
what protocol both networks use? : Sql server database administration
Explain about nested stored procedure?
What are the approximate numeric data types?
What is 2nf in normalization?
How to add additional conditions in SQL?
What are blobs, tables, and Queues? Is SQL is the standard way to query blobs, tables, and queues?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What does dml stand for?
What is a sql join?
what is the difference between delete table and truncate table commands? : Sql server database administration
What is the most common type of join?
How does the report manager work in SSRS?
Is port 1433 secure?
What is normalization? Explain different forms of normalization?