Your browser does not support JavaScript!

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

  • SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA'); Correct
Similar IT-6314 questions