Creating Tables Using SELECT
Answer / mohammadali.info
*SELECT...INTO essentially combines CREATE TABLE and SELECT in a single statement. The AS clause can be used to change the column labels and thus control the column names in the new table. The other commands in the figure show the new table's structure and contents.
-SELECT firstname, lastname, city, state
INTO newfriend
FROM friend;
-SELECT...INTO tablename can also be written as CREATE TABLE tablename AS SELECT.... The preceding query can then be rewritten as
CREATE TABLE newfriend AS SELECT firstname, lastname, city, state FROM friend.
| Is This Answer Correct ? | 3 Yes | 1 No |
optimization techinques
How to access the deleted record of an event?
What are “phantom rows”?
if a parameter is not send to a stored procedure what type of identifier is to be used in Stp and if that parameter is not feed to the a query inside the Stp how to validate with out useing IF condition
Where is SQL Srever (In sQL server 2005/2008 where is SQL Server Located).
Do you know hot add cpu in sql server 2008?
How to set database to be read_only in ms sql server?
what is difference between primary key and Unique
What is the difference between Stored Procedure , Function and Package, 1. how many blocks in Package and what are they.
What is the default server name for sql server?
What are the differences between DDL, DML and DCL in SQL?
0 Answers ABB, Aspire, Infogain,
What is DAC? what is the use of it?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)