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 is the difference between varchar and varchar(max) datatypes?
List out the differences between global and local temp tables in sql server?
Define Joins?
Explain a differential backup?
plss anybody specify tha constrian management system in dbms
can an order by clause be used in a creation of a view?
what are defaults? : Sql server database administration
How many database files are there in sql server 2000?what are they?
What is the server name in sql server?
In which files does sql server actually store data?
Can a synonym name of a table be used instead of a table name in a select statement?
What is table join?
What is the name of the system variable that returns the number of rows affected by a SQL statement?
What is outer join in sql server joins?
What is rs.exe utility?