Familiarize |
Learn |
Test |
|||
Play Scatter |
Play Space Race |
||||
Combine with other sets |
Login to add to Favorites |
Print: Term List | Flashcards |
Editing not allowed |
Export |
Deleting not allowed |
| With group: None | |
| HTML link to set: | Tiny link: |
| Term | Definition |
|---|---|
| SELECT * INTO new_table_name [IN externaldatabase] FROM old_tablename | selects data from one table and inserts it into a different table; often used from backups; maybe used with JOIN or WHERE |
| SELECT column_name(s) INTO new_table_name [IN externaldatabase] FROM old_tablename | selects data from certain columns of a table and inserts it into a different table; often used from backups; maybe used with JOIN or WHERE |
| Terms | 2 |
| Creator | jtwilliams00 |
| Created | March 30, 2009 |
| Groups | None |
| Subject | SQL |
| Access | Anyone |
| Edit | Creator Only |