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
What are logical database components? : SQL Server Architecture
How to use values from other tables in update statements in ms sql server?
Does the order of columns in update statements matter?
on line cluster can we make if yes tell me the procedure
What is scan table/view and seek table/view when its occurs? : sql server database administration
Explain steps of normalization?
Explain what are the different index configurations a table can have?
What are the advantages of log shipping?
How many columns can exist together per table?
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
How check triggers in sql server?
What Are the Main Features of SQL Azure?
What is temporary table in sql server? Why we use temp table?
What is difference between Datepart() and Datename() in SqlServer?
How can you tell if a database object is invalid?