I duno where to post Oracle stuff, but I just have a quick question about creating tables. When assigning primary keys are both of the following applicable?
1. Constraint Student_PK Primary Key (Student ID)
2. Constraint StudentId_Student_PK Primary Key (Student ID)
STUDENT is the table name, thanks!
1. Constraint Student_PK Primary Key (Student ID)
2. Constraint StudentId_Student_PK Primary Key (Student ID)
STUDENT is the table name, thanks!