MCQ Test
Previous Year Papers
Practice Questions
Video Courses
About
MCQ Test
Previous Year Papers
Practice Questions
Video Courses
About
Home
Practice
DATABASE MANAGEMENT SYSTEM USING ORACLE
DATA DEFINATION LANGUAGE (DDL) COMMANDS
Problem #1103
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
Submit Solution
Reset