1.

Which of these operators does not perform relative-value comparisons?(a) =(b) ==(c) =The question was asked in quiz.My doubt stems from Performing Multiple in chapter Using SQL to Manage Data of MySQL

Answer»

Correct CHOICE is (B) ==

To EXPLAIN: The OPERATORS =, < >,>,>=,<, and<= perform relative VALUE comparisons in MySQL. ‘==’ is not a valid comparison operator in MySQL. Such operators are useful in filtering information from a table.



Discussion

No Comment Found

Related InterviewSolutions