How to copy data from one table to another table?
Answer / Brijesh Singh
"To copy data from one table to another in SQL Server, you can use the INSERT INTO SELECT statement. For example: INSERT INTO target_table SELECT * FROM source_table."
| Is This Answer Correct ? | 0 Yes | 0 No |
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
What are difference between Cluster index and Non-Cluster index?
can foreign key take role of primary key?
5 Answers CarrizalSoft Technologies, TCS, Villa Marie,
1. SELECT SUM(sal) as “Gross Salary” from EMPLOYEES; 2. SELECT MAX(sal) as “Highest Salary” from EMPLOYEES; ouput should be in table format
How can we check the sql server version?
Explain indexing and what are the advantages of it?
Explain syntax for dropping triggers?
Are semicolons required at the end of sql statements in sql server 2005?
Explain about remote stored procedure?
A table contains list of customers and his city with other details. Each customer has a unique number and the table consists millions of data. Query is: I want to retrieve 10 customers from each city, no script, only from single query?
What is the difference between indexing and hashing?
What is difference between sql and sql server?
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)