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
Q70: Dikshya writes a SELECT command to retrieve
Q71: You need to write a command to
Q72: You need to write a command to
Q73: You need to write an SQL query
Q74: You need to write a query to
Q76: What type of operator allows a SELECT
Q77: Which type of JOIN operation retrieves record
Q78: The diagram shown is a visual representation
Q79: The diagram shown is a visual representation
Q80: A simple event database that tracks acts
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