HOMEWORK > Homework Assignment 9 Solution.sql Ryerson University ITM 500


Ryerson University ITM 500 -Lab Week 9 Solution --Using the Animal 2 Database write the SQL queries to satisfy the following. Submit this file with your SQL anwsers via D2L --1 List the zoo name, city and country for each zoo that holds at least 2 Lions SELECT ZooName, City, CountryLoc FROM Zoo WHERE ZooName IN (SELECT ZooName FROM Animal WHERE Species = 'Lion' GROUP BY ZooName HA ...[Show More]

Preview 1 out of 2 pages
Purchase this document to unlock the blurred part and the rest of the document

Unlock Now

Reviews( 0 )