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 / rafi
Insert in to emp2 values as select * from emp1;
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Can a table be moved to different filegroup?
What are advantages of ssrs or why we should use ssrs?
What is an execution plan?
Explain in details security in SQL azure?
What is normalization? Explain different forms of normalization?
How real and float literal values are rounded?
Which joins are sql server default?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
How do I find the port number for sql server?
What do you mean by an execution plan? Why is it used?
How to create new tables with "select ... Into" statements in ms sql server?
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What is it’s similarity with sql server?
What is difference between createstatement and preparedstatement?
can SSRS reports Cache results?