Computer Science
Fill in the blanks:
The SQL keyword _________ is used in SQL expressions to select based on patterns.
SQL Queries
2 Likes
Answer
LIKE
Answered By
2 Likes
Related Questions
Fill in the blanks:
Columns can be sorted in descending sequence by using the SQL keyword _________.
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:
By default, ORDER BY clause lists the records in _________ order.
The condition in a WHERE clause in a SELECT query can refer to only one value.