Home »
MCQs »
MySQL MCQs
Which operator checks whether the particular condition record exists in the table or not?
40. Which operator checks whether the particular condition record exists in the table or not?
- Exists
- Is null
- Not null
- In
Answer: A) Exists
Explanation:
The EXISTS operator checks whether the particular condition record exists in the table or not.