FreedomSoft - "the future is freedom"
Relationships - Customer Class

Add a new Class into the 'DEMO' system, called 'CUSTOMER', with 1 key part. Set the following attributes and derivations:

Attribute: CUSTOMER

Type: INT

Derivation: IF(CUSTOMER)THEN(CUSTOMER)ELSE(UNIQUE(DEMO_CUSTOMER_CUSTOMER))

Attribute: NAME

Type: CHAR[60]

Attribute: POSTCODE

Type: INT

Attribute: STATE

Type: CHAR[3]

Derivation: UPCASE(STATE)

previousnext
1234567891011121314151617181920212223242526272829303132333435363738394041424344