Examveda
Examveda

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: Option D


This Question Belongs to Database >> Introduction To SQL

Join The Discussion

Comments ( 1 )

  1. سجاد ماجد
    سجاد ماجد :
    3 years ago

    The __________ clause is an optional clause of the SELECT statement. It is used to filter groups of rows returned by the GROUP BY clause

Related Questions on Introduction to SQL

The SQL WHERE clause:

A. limits the column data that are returned.

B. limits the row data are returned.

C. Both A and B are correct.

D. Neither A nor B are correct.