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

热门试题
- Which SQL statement
- Which two statements
- Which clause would y
- TheCUSTOMERStablehas
- Which data dictionar
- Examinethedescriptio
- The CUSTOMERS table
- ClicktheExhibitbutto
- Which two are charac
- You need to create a
- Which two are attrib
- Examine the structu
- Which three are true
- ClicktheExhibitbutto
- What is true about s
- Evaluate these two
- Which statement crea
- In which case would
- Which four are corre
- What is true of usin