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


hw you create table in sql using existing table and variable
should be in specific order given ex : in old table empid
empname empsal empage empbirthdate empaddrs like is there in
new table we need it as EX: exmpname empage empaddrs empid
empbirthdate like we want hw we create this as a table not
view or nt reporting

Answers were Sorted based on User's Feedback



hw you create table in sql using existing table and variable should be in specific order given ex :..

Answer / raj sekhar

select empname,empage,empaddrs,empid,empbirthdate into
newemptable from oldemptable

Is This Answer Correct ?    4 Yes 1 No

hw you create table in sql using existing table and variable should be in specific order given ex :..

Answer / abhinay

select * into table_name from destination_table_name where 1=0

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More SQL Server Interview Questions

Why use “nolock” in sql server?

0 Answers  


Explain the use of containers in ssis and also their types?

0 Answers  


What are the recovery models for a database?

0 Answers  


Can you explain about buffer cash and log cache in sql server?

0 Answers  


What xml support does the sql server extend?

0 Answers  


what's the difference between delete table and truncate table commands? : Sql server database administration

0 Answers  


Do you know how to send email from database?

0 Answers  


What is difference between drop truncate and delete?

0 Answers  


What are the events recorded in a transaction log?

0 Answers  


What do you understand by physical_only option in dbcc checkdb?

0 Answers  


Explain the dbcc pintable command when would you use it?

0 Answers  


Is port 1433 secure?

0 Answers  


Categories