试题详情
- 单项选择题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 _ 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);
关注下方微信公众号,在线模考后查看

热门试题
- You need to modify t
- What is true about j
- Examine the structu
- Which are DML statem
- Which two statements
- What is true about s
- Evaluate the SQL sta
- Which three are DATE
- Examine the SQL sta
- Which three are DATE
- The STUDENT_GRADES
- Which two statements
- Which statement adds
- You need to produce
- In which scenario wo
- TheEMPtablehasthesec
- Which are DML statem
- What are two reasons
- Examine the structu
- What are two reasons