Based on the code above,list the number,name,and complete address of every customer located on a street that contains the letters "Oxford".
A) SELECT CustomerNum,CustomerName,Street,City,State,Zip FROM Customer WHERE Street LIKE "?Oxford" ;
B) SELECT CustomerNum,CustomerName,Street,City,State,Zip FROM Customer WHERE Street LIKE "%Oxford%" ;
C) SELECT CustomerNum,CustomerName,Street,City,State,Zip FROM Customer WHERE Street LIKE "@Oxford@" ;
D) SELECT CustomerNum,CustomerName,Street,City,State,Zip FROM Customer WHERE Street LIKE "Oxford" ;
Correct Answer:
Verified
Q21: When a subquery is used,_ is(are)evaluated first.
A)
Q24: Based on the code above,for each sales
Q26: Many versions of SQL require you to
Q27: In Access SQL,the _ is used as
Q29: When rows are grouped,_.
A)the totals appear with
Q30: You can save the results of a
Q31: Based on the code above,list the number,name,and
Q33: Based on the code above,list the number,name,street,and
Q33: The _ function determines the largest value
Q36: Based on the code above,list the number,name,and
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents