Data Types in SQL
Character strings (fixed of varying length)
Bit strings (fixed or varying length)
Integer (SHORTINT)
Floating point
Dates and times
Domains will be used in table declarations.
To reuse domains:
CREATE DOMAIN address AS VARCHAR(55)
Previous slide
Next slide
Back to first slide
View graphic version