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...

To repeat column and row titles on every page you would use which command?

A) Freeze Titles B) Lock Titles C) Freeze Panes D) Print Titles

Computer Science & Information Technology

Without DHCP Relay configured, hosts DHCP requests ________

A) Do not leave the local subnet B) Only pass through the default gateway C) Only lease an IP address D) Timeout quickly

Computer Science & Information Technology

____ is an example of a unary JavaScript operator.

A. ++ B. + C. || D. +=

Computer Science & Information Technology

Match each item with a statement below.

A. A measurement standard for hardware or software used to establish performance measures under varying loads or circumstances. B. A group of hosts that share the same SNMP services. C. Used by Performance Monitor, a measurement technique for an object, for example, for measuring the processor performance by percentage in use. D. A combination of techniques for gathering performance and diagnostic data that is rendered in a report or log format. The basic data gathering techniques can be one or a combination of performance counters, event traces, and system configuration data. E. A resource, such as a file, used by a program that has its own identification so the program is able to access it. F. Output of information gathered via Performance Monitor objects, counters, and instances configured within a data collector set. G. Used for network management and performance monitoring on TCP/IP-based networks. H. A block of program code executing within a running process. I. Capture of a specific event when it occurs, such as a page fault or input to a disk. J. A specific situation or event detected by SNMP that a network administrator may want to be warned about or to track via network management software, for example, when a network device is unexpectedly down or offline.

Computer Science & Information Technology