exam questions

Exam 1z0-061 All Questions

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

Exam 1z0-061 topic 1 question 33 discussion

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

Examine the structure of the sales table:

Evaluate the following create table statement:

Which two statements are true about the creation of the SALES1 table?

  • A. The SALES1 table is created with no rows but only a structure.
  • B. The SALES1 table would have primary key and unique constraints on the specified columns.
  • C. The SALES1 table would not be created because of the invalid where clause.
  • D. The SALES1 table would have not null and unique constraints on the specified columns.
  • E. The SALES1 table would not be created because column-specified names in the select and create table clauses do not match,
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️
A: the WHERE clause 1=2 is false so no rows will be inserted into the new table.
D: The NOT NULL constraints will be included in the new table. There are no UNIQUE constraints.

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
Hello
5 years, 9 months ago
D is right?
upvoted 2 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 ...