Report Bug
Qus : In MySQL, what is the purpose of the SQL EXISTS operator?
Qus MySQL में SQL EXISTS ऑपरेटर का उद्देश्य क्या है?

A. Checks if a table exists in the database
B. Tests for the existence of rows in a subquery
C. Checks if a column exists in a table
D. Tests for the existence of a database


Solution
B. Tests for the existence of rows in a subquery






Report Bug