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 column_name(s)FROM table_name WHERE column_name IN (value1,value2,...) | allows you to specify multiple values in a WHERE clause |
| SELECT column_name(s)FROM table_name WHERE column_name BETWEEN value1 AND value2 | selects a range of data between two values. The values can be numbers, text, or dates. |
| SELECT column_name(s)FROM table_name AS alias_name | allows you to give a table or column another name |
| Terms | 3 |
| Creator | jtwilliams00 |
| Created | March 30, 2009 |
| Groups | None |
| Subject | SQL |
| Access | Anyone |
| Edit | Creator Only |