I am having trouble with the activity I have in MySQL.
Below are the tables of my employee database, and I want to show the dept_name column from the department table, first_name and last_name from the employee table, and the title_name from the title table.
ER diagram for employee database
The instruction is to query it using a select statement. If anyone knows how to do it, please help me :< thank you so much.