题目内容

You need to design a student registration database that contains several tables storing academic information. The STUDENTS table stores information about a student. The STUDENT_GRADES table stores information about the student's grades. Both of the tables have a column named STUDENT_ID. The STUDENT_ID column in the STUDENTS table is a primary key. You need to create a foreign key on the STUDENT_ID column of the STUDENT_GRADES table that points to the STUDENT_ID column of the STUDENTS table. Which statement creates the foreign key?()

A. CREATE TABLE student_grades (student_id NUMBER(12),semester_end DATE, gpa NUMBER(4,3), CONSTRAINT student_id_fk REFERENCES (student_id) FOREIGN KEY student (student_id));
B. CREATE TABLE student_grades(student_id NUMBER(12),semester_end DATE, gpa NUMBER(4,3), student_id_fk FOREIGN KEY (student_id) REFERENCES students (student_id));
CREATE TABLE student_grades(student_id NUMBER(12),semester_end DATE, gpa NUMBER(4,3), CONSTRAINT FOREIGN KEY (student_id) REFERENCES student (student_id));
D. CREATE TABLE student_grades(student_id NUMBER(12),semester_end DATE, gpa NUMBER(4,3), CONSTRAINT student_id_fk FOREIGN KEY (student_id) REFERENCES students (student_id))

查看答案
更多问题

对于行政行为的分类错误的组合是:()

A. 要式行政行为和不作为行政行为
B. 内部行政行为和外部行政行为
C. 羁束行政行为和自由裁量行政行为
D. 单方行政行为和双方行政行为

棘阿米巴滋养体长椭圆形,活动迟缓,表膜有__________,无鞭毛型。

目前认为人类主要致龋菌是()

A. 乳酸杆菌
B. 唾液链球菌
C. 血链球菌
D. 变形链球菌
E. 轻链球菌

下面不是UNIX/Linux系统中用来进行文件系统备份和恢复的命令是()

A. tar
B. cpio
C. umask
D. backu

答案查题题库