Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. /***************************/
  2. /* Name: Tiffany Nguyen */
  3. /* Class: CS3410 */
  4. /* Term: Spring 2019 */
  5. /* Lab #: 3 part1 */
  6. /***************************/
  7.  
  8.  
  9. /* What are all the possible combinations of pets and owners? */
  10.  
  11.  
  12. /* Who are the pets and who are their owners? */
  13.  
  14.  
  15.  
  16. /* What are the pet names, species, breeds, and owner names? */
  17.  
  18.  
  19. /* What are the pet ID's and ownerID's? */
  20.  
  21.  
  22. /* Who are the pets and their owners, as well as people without pets? */
  23.  
  24.  
  25. /* What are the pet ID's and owner ID's of the pets and their owners, as well as people without pets? */
  26.  
  27.  
  28. /* What are the pet names, species, breeds, and owner names of the pets and their owners, as well as people without pets? */
  29.  
  30.  
  31. /* Who are the shelter animals and registered pets? */
  32.  
  33.  
  34.  
  35. /* What are ID numbers of the registered pets as well as the shelter animals? */
  36.  
  37.  
  38. /* What registered pets are from the shelter? */
  39.  
  40.  
  41. /* What are the ID numbers of the registered pets that are from the shelter? */
  42.  
  43.  
  44. /* What shelter animals are not registered pets? */
  45.  
  46.  
  47. /* What are the ID numbers of the registered pets not from the shelter?
  48. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement