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, PostalCode FROM Customer WHERE Street LIKE "?Oxford" ;
B) SELECT CustomerNum, CustomerName, Street, City, State, PostalCode FROM Customer WHERE Street LIKE "%Oxford%" ;
C) SELECT CustomerNum, CustomerName, Street, City, State, PostalCode FROM Customer WHERE Street LIKE "@Oxford@" ;
D) SELECT CustomerNum, CustomerName, Street, City, State, PostalCode FROM Customer WHERE Street LIKE "Oxford" ;
Correct Answer:
Verified
Q26: Many versions of SQL require you to
Q27: To add new data to a table,use
Q28: To use a wildcard,include the _ operator
Q29: The _ function calculates the number of
Q30: Based on the code above,list the number,name,and
Q32: The _ clause can be used to
Q33: Based on the code above,list the number,name,street,and
Q34: Based on the code above,list the number,name,credit
Q35: In versions of SQL other than Access,the
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