Multiple choice technology databases Which is not used into SQL =,<>,> ,<,>=,<=,>>> all are used only >>> not used only <> None Reveal answer Fill a bubble to check yourself B Correct answer Explanation Standard SQL comparison operators are =, <>, >, <, >=, and <=. The >>> operator is NOT a valid SQL operator. Option B is correct - only >>> is not used in SQL.