Which of the following statements is/are correct?
A. NOT(true)=false
B. NOT(false)=true
C. Both NOT(true)=false and NOT(false)=true
D. None of the mentioned
Answer: Option C
Solution (By Examveda Team)
This question is about how the NOT operator works in MySQL.Think of NOT as flipping a switch.
If something is true (the switch is on), NOT(true) makes it false (the switch is off).
If something is false (the switch is off), NOT(false) makes it true (the switch is on).
So, both Option A and Option B are correct.
The answer is Option C.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network

Join The Discussion