Set: SQL: In, Between, Alias

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

Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 3 terms

TermDefinition
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 value2selects a range of data between two values. The values can be numbers, text, or dates.
SELECT column_name(s)FROM table_name AS alias_nameallows you to give a table or column another name

Set Information

Terms 3
Creator jtwilliams00
Created March 30, 2009
Groups None
Subject SQL
Access Anyone
Edit Creator Only
Get rid of ads on Quizlet
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.