Solved

Contents of the ORDERS Table

Question 96

Multiple Choice

Contents of the ORDERS table
Contents of the ORDERS table    -Based upon the contents of the ORDERS table in the accompanying figure,which of the following queries will not list the orders that have been shipped to Atlanta or Seattle?​ A)  ​SELECT * FROM orders WHERE shipcity = 'ATLANTA' OR shipcity = 'SEATTLE'; B)  ​SELECT * FROM orders WHERE shipcity IN ( 'ATLANTA' ,'SEATTLE') ; C)  ​SELECT * FROM orders WHERE shipcity = 'Atlanta' OR shipcity = 'Seattle'; D)  ​SELECT * FROM orders WHERE shipcity LIKE 'AT%' OR shipcity LIKE 'SEA%';
-Based upon the contents of the ORDERS table in the accompanying figure,which of the following queries will not list the orders that have been shipped to Atlanta or Seattle?​


A) ​SELECT * FROM orders WHERE shipcity = 'ATLANTA' OR shipcity = 'SEATTLE';
B) ​SELECT * FROM orders WHERE shipcity IN ( 'ATLANTA' ,'SEATTLE') ;
C) ​SELECT * FROM orders WHERE shipcity = 'Atlanta' OR shipcity = 'Seattle';
D) ​SELECT * FROM orders WHERE shipcity LIKE 'AT%' OR shipcity LIKE 'SEA%';

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents