Chapter 9: Q29E (page 590)
(a) What are the operations that correspond to the query expressed using this SQL statement?
SELECT Supplier, Project FROM Part_needs, Parts_inventory WHERE Quantity \( \le 10\).
(b) What is the output of this query given the database in Table 9 and 10 as input?
Short Answer
(a) The resultant answer is \({P_{1,3}}\left( {{s_C}\left( {{J_2}(R,S)} \right)} \right)\).
(b) The resultant answer is \((23,1),(23,3),(31,3),(32,4)\).