Chapter 9: Q28E (page 590)
(a) What are the operations that correspond to the query expressed using this SQL statement?
SELECT Supplier
FROM Part_needs
WHERE \(1000 \le \)Part_number\( \le 5000\).
(b) What is the output of this query given the database in Table 9 as input?
Short Answer
(a) The part needs dataset.
(b) The output is 23,31,33.