Q:

Find the SQL statement below that is equal to the following:

belongs to collection: DBMS - SQL MCQ

0

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


  1. SELECT NAME IN CUSTOMER WHERE STATE IN (\'VA\');
  2. SELECT NAME IN CUSTOMER WHERE STATE = \'VA\';
  3. SELECT NAME IN CUSTOMER WHERE STATE = \'V\';
  4. SELECT NAME FROM CUSTOMER WHERE STATE IN (\'VA\');

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(d).SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA');

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
To sort the results of a query use:... >>
<< The Microsoft Access wildcards are ____ and ____...