The following two SQL statements will produce different results.
Select last_name, first_name
from customer
where state = 'MA' or state = 'NY' or state = 'NJ' or state = 'NH' or state = 'CT';
Select last_name, first_name
from customer
where state in ('MA','NY','NJ','NH','CT');
Correct Answer:
Verified
Q60: One of the original purposes of the
Q61: Expressions are mathematical manipulations of data in
Q62: The DROP command deletes rows from a
Q73: The SQL command used to populate tables
Q84: Discuss the pros and cons of using
Q85: What steps should be followed when preparing
Q89: Explain the three classes of SQL commands
Q93: The ORDER BY clause sorts the final
Q94: The ORDER BY clause is the first
Q99: A single value returned from an SQL
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