Question

1,List the first and last name of the donators that donated in December 2009.

2. List the ID's of the volunteers that have not worked.

3. List the ID, first name, and last name of any employees who works in the Finance department.

4. List all the different prices suppliers have for 'Tasty Meat' product.

5. Select the store ID and store phone number for all stores in 'St.Paul'.

6. List the member first and last name, address, city, zip code, and state of those members who have a 'Student Membership' type. Order by last name.

7. Display all different types of maintenance which are done by employees. Make sure there are no duplicates.

8. How many employees are there in each zoo? Use an alias name "TOTAL_EMP".

9. List each private event type and the total event price of each. Use an alias name "TOTAL_PRICE".

10. List the food supplier company name and the average food price for each supplier.

11. List the minimum amount paid with check.

12. Find the minimum, maximum, and average salaries of employees for each zoo. Also list the zoo's name.

13. List the receipt ID and total amount for each receipt by only using the RECEIPT_LINE table. Only display results that have a sum of over $50. Order results by the receipt ID.

14. From the inventory table, list the product ID and the sum of the following columns: inventory amount, inventory max stock and inventory reorder point. Only display the results that have more than 900 total items in inventory.

15. List all the animal IDs of animals that are of the Bald Eagle breed.

16. Return the animal ID and animal name of all Alligators.

17. List the names of the sponsor companies that donated in July of 2008. Also list the amount donated, but limit your results with those sponsors who donated more than 2000.

18. Return the animal names and illness description of each animal that has contracted 'Anthrax'.

19. List the medication type, prescription dosage, animal name, and the breed name where the animal is a Bald Eagle or a Nine-banded Armadillo. Order the results by animal name.

20. What's the illness that animals which had 'Tasty Meat with Antioxidants' in their dietary requirements had? Order by illness description.

21. Return the fist and last names of each donator that donated between March and July in 2004.Use a subquery.

22. List the ID, first name, last name, phone number and social security number of the employee(s) hired most recently. Use a subquery.

23. Which of the payment type, check or credit card, has the maximum total payment amount? Find using nested subqueries.

24. List the first and last names of the employees that are certified keeper's by using a subquery.

25. List prescription dosages for animals weighing more than 375 pounds. Use a subquery.

26. Give the first and last name of the employee whose receipt amount equals 14 dollars using a subquery.

27. Select the employee ID, first name and last name for all employees who work in the Administration office building. Use subqueries.

OFFICE PK OENCED OFFICE PHONE NUMBER OFFICE BUILDING ANIMAL BREED PRANIM BREED IR ANIM BREED NAME ANIM BREED HABITAT ANIM BRE28. List the breed name of every breed of animal that is a type of bear.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1)

SELECT DON_FIRST_NAME, DON_LAST_NAME FROM DONATOR WHERE DON_DATE_DONATED BETWEEN >= '2019-12-01' AND '2019-12-30';

2)

SELECT VOL_ID FROM VOLUNTEER WHERE VOL_ID NOT IN (SELECT VOL_ID FROM VOL_DEPT_HISTORY);

NOTE: As per Chegg policy I am allowed to answer specific number of questions (including sub-parts) on a single post. Kindly post the remaining questions separately and I will try to answer them. Sorry for the inconvenience caused.

Add a comment
Know the answer?
Add Answer to:
1,List the first and last name of the donators that donated in December 2009. 2. List...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • please complete this ERD diagram with proper signs and lines and write all tables in a...

    please complete this ERD diagram with proper signs and lines and write all tables in a text format highlighting all PK's and FK's table User PK User ID Login ID Password Level First Name Middle Name Last Name table Tenant table Employee PK Tenant ID PK Employee ID FK1 User ID Tenant Unit No Building ID Tenant Address Tenant City Tenant State Tenant Zip Tenant Phone FK1 User ID Employee Title Employee Address Employee Age Employee Salary table Work Order...

  • Write a query to display author ID, author first, last name, and the number of subjects...

    Write a query to display author ID, author first, last name, and the number of subjects (book subject count) for authors who have published books in more than one subject area (book subject). CHECKOUT PATRON PK Pat ID FK1 Book Num FK2 Pat ID Check Out Date Check Due Date Check In Date Pat FName Pat LName Pat Type BOOK AUTHOR PK Au ID Book Title Book Year Book Cost Book Subject Au FName Au LName Au BirthYear FK1 Pat...

  • (TCO 7) Write a JOIN to display the instructor first and last names and the course...

    (TCO 7) Write a JOIN to display the instructor first and last names and the course description for the course the instructor is teaching Student Instructor Zipcode PK Student ID PK Instructor ID PK Zip Salutation First Name Last Name Street Address Phone Employer Registration Date Salutation First_Name Last_Name Street Address City State FK1 Zip FK1 Zip Section PK Section ID Course Course Section_Num Enrollment Start Date_Time Location PK Course ID PK,FK1 Section ID PK,FK2 Student ID Capacity FKI |...

  • (TCO 6) Write a query to list the customer first name, last name as a single...

    (TCO 6) Write a query to list the customer first name, last name as a single field with a heading of Customer along with the balance sorted by balance from lowest to highest. SalesRep Customer PK ReplD PK varchar(20) varchar(20) decimal(10,2) CustomerID int -OH Last Name FirstName Last Name varchar(20) Commission Rate FirstName varchar(20) Street varchar(20) City varchar(20) Order State char(2) Zipcode char(5) HO. ---OPK OrderID Balance decimal(10,2) ReplD int FK1 CustomeriD OrderDate ShipDate Part int int date date PK...

  • SQL Command - Create a view called S LIST that lists the Cardholder Number, last name,...

    SQL Command - Create a view called S LIST that lists the Cardholder Number, last name, first name and due date for all cardholders who have not returned a book. Use the CREATE OR REPLACE VIEW AS ... command. TABLE CARD HOLDERS Cardholder Numberint NOT NULL CONSTRAINT CH PK PRIMARY KEY, First_Name varchar(10) NULL, LastName varchar(15) NULL, Address varchar(20) NULL, varchar(15) NULL, State char(2) NULL, Zip_Code char(5) NULL) City TABLE BOOKS CHECKED OUT Cardholder_Numberint NOT NULL, Book Numberint NOT NULL,...

  • can someone solve these quick please and thank you! sql chapter 4 Query #1: List the...

    can someone solve these quick please and thank you! sql chapter 4 Query #1: List the company name, contact name, contact title and the phone number for customers who HAVE NOT put in an order. Use an outer join. Query #2: Create a listing displaying the employee first name, last name and the full name (First name space Last Name) of the person they report to (Supervisor). This is a self-join. If an employee does not report to anyone then...

  • Please help me answer the following questions regarding data relationship tables. Employee ID First Name Last...

    Please help me answer the following questions regarding data relationship tables. Employee ID First Name Last Name email Title Address Extension Department Department ID Hiring Date Department Phone # 0001 John Smith jsmith Accountant 1300 West st 5775 Accounting 2100 8/1998 407-366-5700 0002 Brian Miller badams Admin Assistant 1552 Palm dr 5367 Human resource 2300 4/1995 407-366-5300 0003 James Miller miller Inventory Manager 2713 Buck rd 5432 Production 2520 8/1998 407-366-5400 0004 John Jackson jackson_sam Sales Person 433 tree dr...

  • An online company sells hundreds of office supply products on its e-Commerce store. It has asked...

    An online company sells hundreds of office supply products on its e-Commerce store. It has asked you to design and implement a sales order processing system which will be used by users in our Operations department to process sales orders. Here is an overview of the sales order process. Customers make purchases by placing orders. Each customer has a customer number and profile (such as name, shipping address). To simplify the matter, each time an order is placed, only one...

  • #1) Display Last Name, First Name, DonorId, Fundname, TotalPledged from the donor’s database (you may need...

    #1) Display Last Name, First Name, DonorId, Fundname, TotalPledged from the donor’s database (you may need to use donor and pledge tables to get the information) for Donor ID 59034. (Your results window should have 3 rows) #2) Display all records from the PurchaseOrderHeader from the AdventureWorks Database that were sold by Employee 261 (Your results window should have 401 rows) #3) Display salesorderid, orderdate, totaldue, and territory name from salesorderheader and salesterritory for all totaldue that are greater than...

  • %20Capstone%20Project%20using%20Access.pdf t-content-rid-24664575-2/courses/209275/CIS%201 1 509620D Part 2 If your last name begins with the letter A-G: create...

    %20Capstone%20Project%20using%20Access.pdf t-content-rid-24664575-2/courses/209275/CIS%201 1 509620D Part 2 If your last name begins with the letter A-G: create a report that displays only the people who have paid at least $500 this year. Include the person's name, address, city, phone number, and YTD paid sorted by YTD paid (descending), then their last name. If your last name begins with the letter H-M: create a report that displays only the people who have a balance of more than $100. Include the person's name,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT