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
How many levels of sp nesting are possible?
What is a cache in ssrs?
What is master database? : SQL Server Architecture
What is the significance of master, tempdb and model databases?
What are the database objects? : SQL Server Architecture
What are a scheduled jobs or what is a scheduled tasks?
What happens when the SQL Azure database reaches Max Size?
how many clustered indexes can be created on a table? : Sql server database administration
How to use group functions in the select clause in ms sql server?
What is b tree index?
When should you use an instead of trigger?
What is "scheduled jobs" or "scheduled tasks"?
What stored procedure can you use to display the current processes?
What is the use of keyword with encryption. Create a store procedure with encryption?
How to how to convert numeric expression data types using the convert() function??