Multiple choice What is the significance of 'Exists' clause in SQL query? It allows multiple values in where clause. It is used to display records according to specified condition. It defines that the subquery return atleast one row from the database table. It is used to sort the data of the table. None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation It is true about the 'Exists' clause in SQL.