[ Home | Lab | New Students | Courses | Research | Publications | Activities ]

Back to Courses and Activities of Local Interest

Back to CSC 691D Home


Homework 7 for CSC691D: Advanced Database Management

You are allowed to collaborate for this homework. Form teams of 1-3 students. Discuss the homework with your partners, but write your solutions independently. Each member of the team must work on every problem. Mention the names of your partners on your homework.
  1. Global Query Processing - Translation
    Consider the following OODB schema:

    It can be transformed into a relational schema

    Consider the following query against the transformed relational schema
    Find all orders that are ordered by customers whose addresses are the same as parts' location, and price for each order is less than $100.00

    For the above query,


singh@ncsu.edu