Problem #1103 DATABASE MANAGEMENT SYSTEM USING ORACLE

<p>Create a table EMP_ARCHIVE using the structure of the EMP table but without copying data</p><p> Then:</p><p> * Add column ARCHIVE_DATE DATE</p><p> * Rename the table to EMP_HISTORY</p>

Your Solution