Question: Do you know Why I get this error? rascal.msudenver.edu PuTTY Connected. SQL> Create Table Patient table 2 (PatID Char (20) Primary Key, 3 PatName Varchar2
Do you know Why I get this error?

rascal.msudenver.edu PuTTY Connected. SQL> Create Table Patient table 2 (PatID Char (20) Primary Key, 3 PatName Varchar2 (20) Name, 4 PhyID Char (2) References Physician ) S Cluster Pat CLuster PatName Varchar2 (20) Name, ERROR at line 3: ORA-00907: missing right parenthesis SQL> create Table Patient table 2 (PatID Char (2) Primary Key, 3 PatName Varchar2 (20) Name, 4 PhyID Char (2) References Physician table) 5 Cluster Pat Cluster PatName Varchar2 (20) Name, 2 ERROR at line 3: ORA-00907: missing right parenthesis SQL>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
