exam questions

Exam 1z0-071 All Questions

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

Exam 1z0-071 topic 1 question 83 discussion

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

Examine the data in the ORDERS table:



Examine the data in the INVOICES table:



Examine this query:

  • A. 2
  • B. 1
  • C. 3
  • D. 5 01-MAR-2019
  • E. 3 01-JAN-2015
  • F. 4 01-FEB-2015
Show Suggested Answer Hide Answer
Suggested Answer: BF 🗳️

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
abdullah_barham
Highly Voted 2 years, 1 month ago
Selected Answer: BF
drop table orders; create table orders(order_id number , order_date date); insert into orders values(1,null); insert into orders values(2,null); insert into orders values(3,'1-jan-2019'); insert into orders values(4,'1-feb-2019'); insert into orders values(5,'1-mar-2019'); create table invoices( invoice_id number, order_id number, order_date date); insert into invoices values(1,1,null); insert into invoices values(2,2,'01-jan-2019'); insert into invoices values(3,3,null); insert into invoices values(4,4,'01-feb-2019'); insert into invoices values(5,5,'01-APR-2019'); SELECT ORDER_ID , ORDER_DATE FROM ORDERS INTERSECT SELECT ORDER_ID , ORDER_DATE FROM INVOICES; ANSWER IS B,F.
upvoted 11 times
Mcromeo
1 year, 1 month ago
Based on your own example, it return 2 rows. so B is not correct
upvoted 1 times
ShahedOdeh
4 months ago
options are not showing the number of rows , they are showing the actual result . So , the correct answers are : B and F
upvoted 1 times
...
...
...
Rik92
Highly Voted 1 year, 11 months ago
This needs an update badly. There is no question, just some tables and a query showing on this site..
upvoted 9 times
...
ArslanAltaf
Most Recent 7 months, 2 weeks ago
I think the question is what the result of intersect The result will only include rows where both the order_id and order_date match between the ORDERS and INVOICES tables. So, order ID 1& 4 has exact match -------- but the 4 1-Fab-2019 is not in result (if you dont consider the Typo in option F) B seems to be the answer in given circumstances
upvoted 1 times
...
Fargo01
9 months, 3 weeks ago
Best answer is B. 01-FEB-2019
upvoted 1 times
...
uselessscript
1 year, 2 months ago
Just finished this exam. Question: Which three results will be returned?
upvoted 1 times
...
metallers
1 year, 2 months ago
Selected Answer: BF
La respuesta es la B y la F
upvoted 1 times
...
Sangiii
1 year, 4 months ago
B and F is answer- below is the result we will get. F option has typo 01-FEB-2019 orderid order_date 1 (null) 4 01-02-19
upvoted 1 times
...
AishMani20
1 year, 6 months ago
Question is not there
upvoted 1 times
...
zouve
1 year, 6 months ago
In Oracle, the INTERSECT operator is used to combine the result sets of two or more SELECT statements and returns only the rows that are common to all result sets.
upvoted 1 times
...
Nelita
1 year, 7 months ago
Selected Answer: BF
BF ARE CORRECT
upvoted 1 times
...
kuff
1 year, 8 months ago
Selected Answer: BF
BF is the answer
upvoted 1 times
...
Ricx24
1 year, 10 months ago
I already took the exam ant these question ask for 3 answers B, E, F
upvoted 1 times
Shakhzod1999
1 year, 10 months ago
can you write to me on telegram @Melsson
upvoted 1 times
...
...
SantiBZ_07032022_1744
1 year, 11 months ago
Tesded: 1 null 4 01/02/19 00:00:00
upvoted 3 times
...
jfc1
2 years ago
BF is the answer
upvoted 1 times
...
cadcadley
2 years ago
bf only if F is 01-FEB-2019 and not 01-FEB-2015 i am sorry then is B only
upvoted 2 times
...
cadcadley
2 years ago
is t 100% bf went we do created everything
upvoted 1 times
...
Viviana3184
2 years ago
bf only if F is 01-FEB-2019 and not 01-FEB-2015
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago