Write appropriate SQL DDL statements for declaring the LIBRARY relational database schema below. Specify the keys, the referential integrity, and the check constraints that may apply. Use SQL DML statements to populate the database with 5 rows in each table, and then implement
the following requests:
- List the books published by a given publisher (specified by name) in alphabetical order of their titles
- List all the borrowers living in Baltimore in descending order of their phone numbers
- List the books with a title starting or ending with the letter 'A'.