Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Best Practices for Database Design

    Another physical modeling technique is using "class words".  This involves using various suffixes based on the type of column.  For example (underscore is optional):

    _NUM           Number

    _QT             Quantity/counts

    _DT              Date

    _TX              Text string

    _IN               Indicator

    _TM             ...

Viewing post 1 (of 1 total)