The IN operator allows you to specify multiple values in a WHERE clause.
The "Persons" table:
Now we want to select the persons with a last name equal to "Karmen" or "Maxwell" from the table above.
We use the following SELECT statement:
The result-set will look like this:
Your Query was successfully sent!