exam questions

Exam 1z0-071 All Questions

View all questions & answers for the 1z0-071 exam

Exam 1z0-071 topic 1 question 209 discussion

Actual exam question from Oracle's 1z0-071
Question #: 209
Topic #: 1
[All 1z0-071 Questions]

Examine this statement:



Which two things must be changed for it to execute successfully? (Choose two.)

  • A. The foreign key constraint on DEPT_ID must be defined at the table level instead of the column level.
  • B. The NOT NULL constraint on ENAME must be defined at the column level instead of the table level.
  • C. The primary key constraint on EMP_ID must have a name.
  • D. One of the LONG columns must be changed to a VARCHAR2 or CLOB.
  • E. The word CONSTRAINT in the foreign key constraint on DEPT_ID must be changed to FOREIGN KEY.
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jfc1
Highly Voted 1 year, 4 months ago
Selected Answer: BD
BD is the correct answer. You can test this : Create table hr.test_employees (emp_id number (5) primary key, Ename varchar2(15) not null, Email varchar2(40) unique, Address long, Resume clob, Department_id number(4) constraint emp_dept_id_fx references hr.departments(department_id) );
upvoted 8 times
...
amizh
Most Recent 2 months, 3 weeks ago
Only one LONG column is allowed per table. refer: https://docs.oracle.com/cd/A58617_01/server.804/a58241/ch5.htm#418225
upvoted 1 times
...
yaya32
5 months, 3 weeks ago
Selected Answer: BD
BD correct answer
upvoted 1 times
...
lucemqy
8 months ago
Selected Answer: BD
Must be BD NOT NULL must be declared at column level and only one Long column is allowed
upvoted 1 times
...
zouve
1 year ago
BD only one Long per table
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago