Create Database named as university_schema and then write the following queries in SQL, using the university_schema.
a. Find the titles of courses in the Comp. Sci. department that have 3 credits.
b. Find the IDs of all students who were taught by an instructor named Einstein; make sure there are no duplicates in the result.
c. Find the highest salary of any instructor.
d. Find all instructors earning the highest salary (there may be more than one with the same salary).
e. Find the enrollment of each section that was offered in Spring 2020.
f. Find the maximum enrollment, across all sections, in Spring 2020.
g. Find the sections that had the maximum enrollment in Spring 2020.
h. Write down the query for deleting any table from the above created database