SQL - Views
You have two tables:
Employees(emp_id, name, dept_id) and Departments(dept_id, dept_name). You want a view showing employee names with their department names. Which SQL creates this view correctly?