From the instructor table, return the lowest and the highest instructor salary across the whole table.
Return a single row with two columns aliased as min_salary and max_salary.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan