Correct Answer: Uses the result of an outer query to determine the processing of an inner query.
Explanation:
Correlated subquery references a column in the outer query and executes the subquery once for every row in the outer query while Uncorrelated subquery executes the subquery first and passes the value to the outer query.
6. An intrusion detection system does not perform which of the following?
Options
A. Tries to identify attempts to hack into a computer system.
B. May monitor packets passing over the network.
C. May transmit message packets to the correct destination.
D. Set up deception systems that attempt to trap hackers.