试题详情
- 单项选择题Which statement explicitly names a constraint?()
A、ALTER TABLE student_grades ADD FOREIGN KEY (student_id) REFERENCES students (student_id);
B、ALTER TABLE student_grades ADD CONSTRAINT NAME = student_id_fk FOREIGN KEY (student_id) REFERENCES students (student_id);
C、ALTER TABLE student_grades ADD CONSTRAINT student_id_fk FOREIGN KEY (student_id) REFERENCES students (student_id);
D、ALTER TABLE student grades ADD NAMED CONSTRAINT student_id_fk FOREIGN KEY (student_id) REFERENCES students (student_id);
E、ALTER TABLE student grades ADD NAME student_id_fk FOREIGN KEY (student_id) REFERENCES students (student_id);
关注下方微信公众号,在线模考后查看

热门试题
- You need to perform
- You need to modify t
- You need to modify t
- Evaluate this SQL st
- Evaluate the SQL st
- Which two statements
- Which best describes
- You need to calculat
- Which three SELECT s
- Which statement expl
- Examine the structu
- What does the FORCE
- You added a PHONE_NU
- Examine the data fr
- Which two are attrib
- Exhibit: Examinethe
- In which scenario wo
- Evaluate the SQL sta
- You need to design
- Which three are DATE