Solved

Based on the Table Below, the Query That Finds the Names

Question 16

Multiple Choice

Based on the table below, the query that finds the names and zip codes of all customers is _____________________.
Customer table
Based on the table below, the query that finds the names and zip codes of all customers is _____________________. Customer table   A)  SELECT ALL Name, Zip FROM Customer B)  SELECT Name, Zip C)  SELECT * FROM Customer D)  SELECT Name, Zip FROM Customer


A) SELECT ALL Name, Zip FROM Customer
B) SELECT Name, Zip
C) SELECT * FROM Customer
D) SELECT Name, Zip FROM Customer

Correct Answer:

verifed

Verified

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

Related Questions