Direction: Choose the correct option
Q1.
Which are arithmetic operators in SQL?
Direction: Choose the correct option
Q2.
SELECT salary, salary * 1.10 FROM employees;What does salary * 1.10 calculate?Direction: Choose the correct option
Q3.
Which are comparison operators?
Direction: Choose the correct option
Q4.
What is the difference between = and LIKE?
Direction: Choose the correct option
Q5.
SELECT * FROM employees WHERE department_id IN (SELECT id FROM departments WHERE location = 'New York');What type of operator is IN used with?