Error on the primary key with the constraint
i all,
This is a school related question. My lab says the following:
1. Add a new Vendor table
a. See table above for fields and data types
b. Use your username as the table definition, i.e., userid.Vendor, instead of Demo
c. Add Primary key ProductNo as a Constraint
Okay, I created the table with the fields and data types. Now when I go to add the primary key with the constraint and I get
ERROR at line 2:
ORA-00904: “VENDOR_NO”: invalid identifier
Read more about it at buzzycode.com