1 : Why does the author recommend using a prefix on all the application database objects?
2: -Why does the author use a database trigger to maintain the data in the INSERT_USER, INSERT_DATE, UPDATE_USER, and UPDATE_DATE?
A2: -To automatically maintain the data in these fields no matter what tool is used to insert or update these objects
A5: -An inline constraint is one that is defined where the field that it applies to is defined. An out-of-line constraint is one that is added with separate syntax at a later time.
No comments:
Post a Comment