Unit 2 - Retrieve Data Using The SQL SELECT Statement
Unit 2 - Retrieve Data Using The SQL SELECT Statement
Arithmetic Operators:
• Add: +
• Subtract: -
• Multiply: *
• Divide: /
Example:
SELECT department_id
FROM employees;