

Introduction to SQL - Technical MCQs
Q1: 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');
ANS:D - SELECT NAME FROM CUSTOMER WHERE STATE IN ('VA'); The IN function helps reduce the need to use multiple OR conditions. |


For help Students Orientation
Mcqs Questions
One stop destination for examination, preparation, recruitment, and more. Specially designed online test to solve all your preparation worries. Go wherever you want to and practice whenever you want, using the online test platform.