The Sales Tracking Application

I have used a naming convention so that the relational objects associated with this application can be easily identified when looking at any data-dictionary view such as DBA_Tables, or even TAB. Because this is a Sales Tracking application, I chose ST to depict the initial prefix to every table, index, or object (tables, indexes, triggers, and so on) that is part of this application. I also like to use part of the table as a prefix to each column name. This really assists the programmer or end user when working with the SQL language because a column name directly refers to one table or another. You will notice that I have prefixed all the application objects with ST_; all the column attributes have part or all of ...

Get Oracle9i™ Development by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.