Show the effects of the following SQL retrieval operations on the wine cellar database of Fig: a.

Question:

Show the effects of the following SQL retrieval operations on the wine cellar database of Fig:
a. SELECT WINE, PRODUCER.
FROM CELLAR WHERE BIN# = 72 ;
b. SELECT WINE, PRODUCER
FROM CELLAR WHERE YEAR > 2000;
c. SELECT BIN#, WINE, YEAR
FROM CELLAR WHERE READY < 2003;
d. SELECT WINE, BIN#, YEAR
FROM CELLAR WHERE PRODUCER = ‘Robt Mondavi’ AND BOTTLES > 6;
Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Principles of Accounting

ISBN: 978-1133626985

12th edition

Authors: Belverd E. Needles, Marian Powers and Susan V. Crosson

Question Posted: