Previous Topic: eGolf Services AttributesNext Topic: Relationships


Additional Attribute Properties

Attributes also have these properties:

Category

Attributes can be one of the following source categories:

Basic

An attribute whose value is supplied to the business, such as a client's name

Designed

An attribute whose value is invented or calculated and never changes, such as an employee number

Derived

An attribute whose value is derived from the values of other attributes, such as the total of an order

Domain

The collection of possible values for an attribute:

Text

A character string

Numeric

Numbers

Date

A valid date

Time

A valid time

Timestamp

A combination of date and time, to the level of microseconds

DBCS Text

Double byte character set

Mixed Text

A combination of double byte and single byte character sets

Permitted Values

Restricts a domain to some subset of permitted values

Length

The maximum number of characters or digits for each of the attributes' values

Number of decimal places (for numeric attributes)

Of its total length, the number of digits to the right of the decimal place

Optional

Whether the attribute must always contain a value

Case Sensitive, for text attributes

Indicates if the attribute value can contain lowercase and uppercase characters. If not, the tool automatically converts them to uppercase.

Varying Length

If selected, the database only stores the actual length of the text string

We will see each of these again when we build the data model.