Creating Tables Using SQL

Sunday, January 31, 2010 ·

Sheila needs to create the AUDIT_RECORD_TB1 table. This table will contain two columns. The user_value column is of the data type varchar2, and the date_recorded column is of the data type timestamp. Later, Sheila will use this table to record audit information when the salary column in the EMPLOYEES table changes.

Watch Sheila create the table AUDIT_RECORD_TB1 by using the SQL CREATE statement.

0 comments: