Answer the following statements true (T) or false (F)
1) An inner subquery may not use the ORDER BY clause.
2) The inner subquery does not have to be a SELECT statement.
3) A subquery may not be nested to more than 3 levels.
4) Operators ANY and SOME are same.
5) =ALL operator does not return any rows in most cases.
1) T
2) F
3) F
4) T
5) T
Computer Science & Information Technology
You might also like to view...
All Math class methods are Shared and are therefore called by preceding the name of the method with the class name Math and a __________ separator.
a) : b) , c) . d) /
Computer Science & Information Technology
According to the data types defined in the accompanying figure, what is the form that the unique IDs must take?
A. SI###-###-### B. AAA###-###-# C. SI###-###-## D. A###-###-#
Computer Science & Information Technology