可学答题网 > 问答 > IBM(000-118)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You need to modify the STUDENTS table


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)
参考答案
参考解析:
分类:IBM(000-118)题库