I need help writing SQL queries for different tasks.
The queries include:
SQL LIKE & WILDCARDS → search for employees by name patterns.
SQL IN & BETWEEN → filter employees, departments, and salaries based on conditions.
SQL ALIASES → rename columns and tables for better readability.
SQL JOINS (INNER, LEFT, RIGHT, FULL) → combine employees, departments, salaries, managers, and titles.
The queries should be written in MySQL and cover different examples of filtering, joining tables, and using conditions.