Home » Database » Introduction to SQL

Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = 'VA';

Correct Answer: SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA');

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion