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...



how to insert the values in 5 table at a time Using any
single statement ?

Answer Posted / pradeep kumar

INSERT INTO MyTable (FirstCol, SecondCol)
SELECT 'First' ,1
UNION ALL
SELECT 'Second' ,2
UNION ALL
SELECT 'Third' ,3
UNION ALL
SELECT 'Fourth' ,4
UNION ALL
SELECT 'Fifth' ,5

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What program is used to store the data source file?

1006


What is dbcc? Give few examples.

1083


Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security

1112


How to transfer data from a cursor to variables with a "fetch" statement?

1145


How to check if a table is being used in sql server?

1010


Explain following error properties?

1060


Explain filestream storage of sql server 2008?

1080


What is difference between stored procedure and user defined function?

1170


What is triggers in ms sql server?

1181


How would you use user_constraints table in DB?

1060


you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration

1305


Does the unique constraint create an index?

1133


how would you improve etl (extract, transform, load) throughput?

1074


What happens if you delete a table that is used by a view?

1061


How do I find sql server instance name?

1008