How to create new tables with "select ... Into" statements in ms sql server?
Answer / Sarvesh Kumar
A new table can be created using the SELECT INTO statement. For example: SELECT column1, column2 INTO new_table FROM old_table;
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is better statement or preparedstatement?
Can you explain the disadvantages/limitation of the cursor?
Explain steps of normalization?
How many databases Microsoft SQL server provides?
how to find out the repeated value from table using groupby function?
What is precedence constraint?
Department ----------- salary Deptname 1000 A 3000 A 2000 B 3000 B 4000 C 5000 C select the deptname where salary >=5000 result should be: Deptname --------- C please post only executed query in SQL server 2005 Asked By: Md. Niyaz
Which virtual table does a trigger use?
Explain an automatic checkpoint
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
How we Resize table,temp table, database and log file size in SQL Server 2005
Oracle (3253)
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)