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 #1104
Problem #1104
DATABASE MANAGEMENT SYSTEM USING ORACLE
<p>Create a table DEPT_BACKUP from DEPT table including all rows</p><p> Then:</p><p> * Drop column LOC</p><p> * Add column LOCATION VARCHAR2(40)</p>
Your Solution
Submit Solution
Reset