19 Nov Create SQL code to display all fields from the students table. Include only students whose major is Finance (?FIN?) and wh
Create SQL code to display all fields from the students table. Include only students whose major is Finance (‘FIN’) and who have an in-state residence. Sort it alphabetically by student first name.
