Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How many levels of sp nesting are possible?

1069


What is a cache in ssrs?

140


What is master database? : SQL Server Architecture

1083


What is the significance of master, tempdb and model databases?

1132


What are the database objects? : SQL Server Architecture

1098


What are a scheduled jobs or what is a scheduled tasks?

946


What happens when the SQL Azure database reaches Max Size?

113


how many clustered indexes can be created on a table? : Sql server database administration

1225


How to use group functions in the select clause in ms sql server?

1123


What is b tree index?

968


When should you use an instead of trigger?

1025


What is "scheduled jobs" or "scheduled tasks"?

1030


What stored procedure can you use to display the current processes?

945


What is the use of keyword with encryption. Create a store procedure with encryption?

999


How to how to convert numeric expression data types using the convert() function??

1096