From the instructor table, report each instructor's pay broken down to a monthly figure. Return the columns ID, name, salary, and a computed column monthly_salary equal to the annual salary divided by 12, rounded to 2 decimal places. Sort the result by salary from highest to lowest.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan