#IT-6202
Awesome StudentQuestion • Database Management System 1 (Oracle)

Which of the following is the correct example of creating a new table STUDENTS? The column STUD_ID is set to primary key.

Answer

CREATE TABLE STUDENTS( STUD_ID NUMBER(3) PRIMARY KEY);