The following query finds sales orders whose total values are greater than 60K. (assume data is located in two tables)
You can use the query as a correlated subquery to find customers who placed at least one sales order with the total value greater than 60K by using the EXISTS operator.
a) True
b) False