Question: (10) I used Oracle/SQL Plus to build a relational database. The code I wrote to create a table called manager is as follow: 3. create
(10) I used Oracle/SQL Plus to build a relational database. The code I wrote to create a table called manager is as follow: 3. create table manager (employee_name varchar2(20) not null, manager name varchar2(20) not null); What mistake did I make? What is your correction
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
