试题详情
- 单项选择题You need to modify the STUDENTS table to add a primary key on the STUDENT_ID column. The table is currently empty.Which statement accomplishes this task?()
A、ALTER TABLE students ADD PRIMARY KEY student_id;
B、ALTER TABLE students ADD CONSTRAINT PRIMARY KEY (student_id);
C、ALTER TABLE students ADD CONSTRAINT stud_id_pk PRIMARY KEY student_id;
D、ALTER TABLE students ADD CONSTRAINT stud_id_pk PRIMARY KEY (student_id);
E、ALTER TABLE students MODIFY CONSTRAINT stud_id_pk PRIMARY KEY (student_id);
关注下方微信公众号,在线模考后查看

热门试题
- Examine the structu
- Evaluate the SQL sta
- What is true about j
- What does the TRUNCA
- Examine the structu
- Examine the SQL sta
- Examine the structu
- Which is an iSQL*Plu
- Which statement expl
- In which scenario wo
- EvaluatethisSQLstate
- Examine the data fr
- Which iSQL*Plus feat
- Which two statements
- In which four clause
- What is true regardi
- Examine the structu
- What is true about s
- Which SQL statement
- Which syntax turns a