Course Resources

Search

Search IconIcon to open search

Last updated Unknown

# Querying from Entity Relationship Diagrams

# Practice questions

# College Courses Diagram

  1. Write a SQL query to retrieve the start date of all classes taught by the instructor with the first_name “Tina”.
  2. Write a SQL query to retrieve the annual_salary of all instructors who teach classes that contain “software” anywhere in the title.

You won’t be able to run these since I haven’t given you a database for this diagram. Write the queries based on what’s in the College Courses Diagram.

# Back: SQL Analytics M6 - Entity Relationship Diagrams and Table Creation