Set: SQL: Null Functions and Data Types

Familiarize

Learn

Test

Play Scatter

Play Space Race

Voice 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 15 terms

TermDefinition
ISNULL()function is used to specify how we want to treat NULL values
TextUse for text or combinations of text and numbers. 255 characters maximum
MemoMemo is used for larger amounts of text. Stores up to 65,536 characters. Note: You cannot sort a memo field. However, they are searchable
ByteAllows whole numbers from 0 to 255 1 byte
IntegerAllows whole numbers between -32,768 and 32,767 2 bytes
LongAllows whole numbers between -2,147,483,648 and 2,147,483,647 4 bytes
SingleSingle precision floating-point. Will handle most decimals 4 bytes
DoubleDouble precision floating-point. Will handle most decimals 8 bytes
CurrencyUse for currency. Holds up to 15 digits of whole dollars, plus 4 decimal places. Tip: You can choose which country's currency to use 8 bytes
AutoNumberAutoNumber fields automatically give each record its own number, usually starting at 1 4 bytes
Date/TimeUse for dates and times 8 bytes
Yes/NoA logical field can be displayed as Yes/No, True/False, or On/Off. In code, use the constants True and False (equivalent to -1 and 0). Note: Null values are not allowed in Yes/No fields 1 bit
Ole ObjectCan store pictures, audio, video, or other BLOBs (Binary Large OBjects) up to 1GB
HyperlinkContain links to other files, including web pages
Lookup WizardLet you type a list of options, which can then be chosen from a drop-down list 4 bytes

Set Information

Terms 15
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.