Question: The IN operator may be used if you know the exact value you want to return for at least one of the columns.Answer: SELECT * FROM WITHOUTBOOK WHERE NAME IN(SELECT NAME FROM WITHOUTBOOK_BACK WHERE ADDRESS='KOLKATA, INDIA'); |
Is it helpful?
Yes
No
Most helpful rated by users: