Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Q62: Which of the following statements is correct?<br>A)SQL
Q63: What is the purpose of the LIKE
Q64: Based on the customer table below, which
Q65: An important part of database processing is
Q66: Which Java statement connects to a database
Q68: What is the main purpose of the
Q69: What does the execute method return?<br>A)ResultSet<br>B)Query<br>C)RecordSet<br>D)boolean
Q70: In the table below, the _ correspond(s)
Q71: Based on the table below, the SQL
Q72: Based on the table below, which of