Informatics Practices
Fill in the blanks:
To refer to a set of values needed for a condition, we can use the SQL operator _________.
SQL Queries
1 Like
Answer
IN
Answered By
2 Likes
Related Questions
Fill in the blanks:
The SQL _________ clause contains the condition that specifies which rows are to be selected.
Fill in the blanks:
When two conditions must both be true for the rows to be selected, the conditions are separated by the SQL keyword _________.
Fill in the blanks:
To exclude one or more values (a list of values) using a condition, the SQL keyword _________ _________ should be used.
Fill in the blanks:
The SQL keyword _________ is used in SQL expressions to select based on patterns.