Were interested in wine stores. Therefore, we want to retrieve the SUPNR and SUPNAME of each store

Question:

We’re interested in wine stores. Therefore, we want to retrieve the SUPNR and SUPNAME of each store which contains “wine” in its store name. Which of the following queries can we use?

a. b. C. d. SELECT SUPNR, SUPNAME FROM SUPPLIER WHERE SUPNAME = "WINE" SELECT SUPNR, SUPNAME FROM SUPPLIER

WHERE SUPNAME IS "WINE"

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: