MCQs > IT & Programming > Oracle SQL 9i > Which of the following SQL statements defines a FOREIGN KEY constraint on the DEPT NO column of the EMP table?

Oracle SQL 9i MCQs

Which of the following SQL statements defines a FOREIGN KEY constraint on the DEPT NO column of the EMP table?

Answer

Correct Answer: CREATE TABLE EMP (empnoNUMBER(4), ename VARCHAR2(35), deptno NUMBER(7,2) CONSTRAINT emp_deptno_fk REFERENCES dept (deptno));

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Oracle SQL 9i Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Oracle SQL 9i Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it