Multiple Choice
You need to write a query to retrieve all customer information (table is 'Customer') for customers who do NOT live in Texas ('TX') and the payment method (field is 'PaymentMethod') is American Express ('AMEX') . Which of the following SQL statements will work for your query?
A) SELECT all FROM Customer WHERE State <> 'TX' and PaymentMethod = 'AMEX'
B) SELECT all FROM Customer WHERE State not = 'TX' and PaymentMethod = 'AMEX'
C) SELECT * FROM Customer WHERE State <> 'TX' and PaymentMethod = 'AMEX'
D) SELECT * FROM Customer WHERE State not = 'TX' and PaymentMethod = 'AMEX'
Correct Answer:

Verified
Correct Answer:
Verified
Q14: Diagram and categorize the following information into
Q15: Object-oriented databases group similar objects together in
Q16: An advantage that object-oriented databases have over
Q17: Explain how business rules are used to
Q18: You need to write a query to
Q20: Which type of database stores structured data
Q21: Which of the following statements is FALSE?<br>A)
Q22: Julian is designing the physical ERD for
Q23: Which role in the SDLC is responsible
Q24: A focus of the Agile software development