1 / 14

Divide Operator

Divide Operator. CSCI 4707. Divide Operator. Generally used for M-N relationships Best explained using examples. Divide Operator Examples. Student. Offering. Enrollment. Divide Operator Examples. Student. Offering. Query: Student / Offering

lindsey
Télécharger la présentation

Divide Operator

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Divide Operator CSCI 4707

  2. Divide Operator • Generally used for M-N relationships • Best explained using examples

  3. Divide Operator Examples Student Offering Enrollment

  4. Divide Operator Examples Student Offering Query: Student / Offering Which Student(s) are enrolled all the offered classes? Enrollment

  5. Divide Operator Examples Student Offering Query: Student / Offering Which Student(s) are enrolled all the offered classes? {Wells} Enrollment

  6. Divide Operator Examples Student Offering Query: Offering / Students Which course(s) has all the students enrolled in it? Enrollment

  7. Divide Operator Examples Student Offering Query: Offering / Students Which course(s) has all the students enrolled in it? {1234} Enrollment

  8. Divide Operator Examples Product Customer Purchased

  9. Divide Operator Examples Product Customer Query: Customer / Product Purchased

  10. Divide Operator Examples Product Customer Query: Customer / Product Which customer(s) have purchased all the products? Purchased

  11. Divide Operator Examples Product Customer Query: Customer / Product Which customer(s) have purchased all the products? {Kendall} Purchased

  12. Divide Operator Examples Product Customer Query: Product / Customer Purchased

  13. Divide Operator Examples Product Customer Query: Product / Customer Which product(s) have been bought by all customers? Purchased

  14. Divide Operator Examples Product Customer Query: Product / Customer Which product(s) have been bought by all customers? {strawberry} Purchased

More Related