Data types
The following table shows a list of data types used in this document, to identify database items. The Data Type format supports both Oracle and SQL Server databases. Refer to the description column for the database-specific type.
Data type |
Description |
---|---|
Boolean |
Bit |
Character |
Char or varchar |
DateTime |
Datetime or smalldatetime |
Decimal number |
Decimal |
GUID |
SQL Server. uniqueidentifier |
Float |
Floating point numeric: |
Integer |
Int or tinyint |
Long-binary |
SQL Server: image |
Long-text |
Text |
Short-binary |
SQL Server. binary |