Top

Discussion

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

  • A.SELECT NAME IN CUSTOMER WHERE STATE IN ('VA');
  • B.SELECT NAME IN CUSTOMER WHERE STATE = 'VA';
  • C.SELECT NAME IN CUSTOMER WHERE STATE = 'V';
  • D.SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA');

Answer: D

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment