题目
单项选择题
Question at position 29 Which of the following operator CAN NOT be used with a multiple-row subquery?ANYBETWEENNOT EXISTNOT IN
选项
A.ANY
B.BETWEEN
C.NOT EXIST
D.NOT IN
查看解析
标准答案
Please login to view
思路分析
We start by restating the question in practical terms: Which operator cannot be used with a multiple-row subquery?
Option 1: ANY. The ANY operator compares a value to any one of a set of values returned by the subquery. This is valid when the subquery returns multiple rows, as it effectively checks the condition against at least one of the subquery results. For example, x > ANY (select a from t) is a standard usage.
Option 2: ......Login to view full explanation登录即可查看完整答案
我们收录了全球超50000道考试原题与详细解析,现在登录,立即获得答案。
类似问题
Question at position 55 Subqueries can only be used in the WHERE clause.TrueFalse
Question at position 54 When EXISTS or NOT EXISTS is used in a subquery, the select list of the subquery will usually just select all columns as a placeholder because it doesn't matter which columns are returned.TrueFalse
Question at position 54 When EXISTS or NOT EXISTS is used in a subquery, the select list of the subquery will usually just select all columns as a placeholder because it doesn't matter which columns are returned.TrueFalse
Question at position 43 Subqueries can only be used in the WHERE clause.TrueFalse
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!