Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

--Lab Week 3 Questions --Using the Animal Database write the SQL queries to satisfy the following. Submit this file with your SQL anwsers via D2L

--Lab Week 3 Questions --Using the Animal Database write the SQL queries to satisfy the following. Submit this file with your SQL anwsers via D2L --1. List the details for all zoos that have -- the characters "Park" anywhere in their name SELECT * FROM Zoo WHERE ZooName LIKE '%Park%' --2 List the details for all employees whose name starts with --the character "J" --3. List the details for all animals whose id's 4th digit is "1" --4. List the details for all animals that were born after the end of Septembe 2000 --5. List the details for all animals that born during September 2000 --6. Count the total number of lions born in 2000 --7. Count the number of different species held in the Whipsnade zoo --8. Count the number of employes that are experts in a species --9. What is the lowest estimate in wild for an endangered species --10. What is the average salary for a lion expert --11. Count the number of animals born in captivity ( have a value for date of birth) --12. Count the number of animals born in the wild

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Michael V. Mannino

3rd Edition

0071107010, 978-0071107013

More Books

Students also viewed these Databases questions