In a sql subquery , which operator is used to check for existence of record ? A. SQL NOT NULL B. SQL AS C. SQL EXISTS D. NONE Answer Workspace Report Discuss Answer with explanation Answer: Option C Explanation The EXISTS operator returns true if the subquery returns one or more records. Workspace
Discuss about the question