Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = ‘VA’;
Find the SQL statement below that is equal to the following: SELECT NAME FROM CUSTOMER WHERE STATE = ‘VA’; Correct Answer SELECT NAME FROM CUSTOMER WHERE STATE IN (‘VA’);
Query d satisfy the condition mention in above.
মোঃ আরিফুল ইসলাম
Feb 20, 2025