Write an SQL statement to solve the given query and test
- Find the ssn, first name, and last name of each person in thedatabase. Results should be sorted by ssn.
- Find the ssn, first name, and last name of people living inBoston, MA. Results should be sorted by ssn.
- Find the ssn, first name, and last name of people who ownautomobiles. Results should be sorted by ssn.
- Find the vin number, accident date, and damages for eachaccident involvement where there was no driver. Results should besorted by vin.
- Find, for each accident involvement where there was adriver, the vin number, accident date, damages, and driver’s
OROR