Q: 17 A subquery can be used to ___.
A. create groups of data
B. sort data in a specific order
C. convert data to a different format
D. retrieve data based on an unknown condition
Answer: D
这道题答案为什么是D,子查询是可以管理表查询出另外一个数据吧。
------解决方案--------------------
A. create groups of data
创建数据组
B. sort data in a specific order
用于具体需求的排序
C. convert data to a different format
转换为不同的数据格式
D. retrieve data based on an unknown condition
取出不明的条件的数据
所以答案是D应该是没有什么问题呀?