试题详情
- 单项选择题Which SQL statement defines the FOREIGN KEY constraint on the DEPTNO column of the EMP table?()
A、CREATE TABLE EMP (empno NUMBER(4), ename VARCNAR2(35), deptno NUMBER(7,2) NOT NULL CONSTRAINT emp_deptno_fk FOREIGN KEY deptno REFERENCES dept deptno);
B、CREATE TABLE EMP (empno NUMBER(4), ename VARCNAR2(35), deptno NUMBER(7,2) CONSTRAINT emp_deptno_fk REFERENCES dept (deptno));
C、CREATE TABLE EMP (empno NUMBER(4) ename VARCHAR2(35), deptno NUMBER(7,2) NOT NULL, CONSTRAINT emp_deptno_fk REFERENCES dept (deptno) FOREIGN KEY (deptno));
D、CREATE TABLE EMP (empno NUMBER(4), ename VARCNAR2(35), deptno NUMBER(7,2) FOREIGN KEY CONSTRAINT emp deptno fk REFERENCES dept (deptno));
关注下方微信公众号,在线模考后查看

热门试题
- What are two reasons
- ExaminethedataoftheE
- Which three statemen
- Examine the data fr
- Examine the structu
- Which SELECT stateme
- The STUDENT_GRADES
- What is true about s
- Which SQL statement
- Which describes the
- What is necessary fo
- Which three are true
- Which two statements
- Examine the structu
- Click the Exhibit bu
- ClicktheExhibitbutto
- Which SQL statement
- Examinethedescriptio
- Examine the structu
- Scott issues the SQ