The EXISTS keyword in DB2 is commonly used in conjunction with ________ to test for the existence of rows in a subquery result.

  • DELETE
  • INSERT
  • SELECT
  • UPDATE
The EXISTS keyword in DB2 is typically used in conjunction with a SELECT statement to test for the existence of rows in the result set of a subquery. It returns true if the subquery returns any rows, otherwise false. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *