Consider the following table named TESTTABLE:
tbIName tbILname
FN LN
FN LN
What will be the result of the following query?
SELECT 1 FROM TESTTABLE WHERE tblName iN ()
Correct Answer: 1 1
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More MySQL MCQ Questions