ocp-1Z0-051 -08

8. View the Exhibit and examine the structure of the CUSTOMERS table.

Which two tasks would require subqueries or joins to be executed in a single statement? (Choose two.) 哪两个任务在一个单语句中需要用到子查询或者joins

 

A. listing of customers who do not have a credit limit and were born before 1980

B. finding the number of customers, in each city, whose marital status is 'married'

C. finding the average credit limit of male customers residing in 'Tokyo' or 'Sydney'

D. listing of those customers whose credit limit is the same as the credit limit of customers residing in the city 'Tokyo'

E. finding the number of customers, in each city, whose credit limit is more than the average credit limit of all the customers

Answer: DE

答案解析:

ABC不用子查询就可以查询出,题意选择两个,排除ABC,选择DE

猜你喜欢

转载自blog.csdn.net/qq_41675254/article/details/80172594