Computer Science
Fill in the blanks:
Patterns in MySQL are described using two special wild card characters such as _________ and _________.
SQL Queries
1 Like
Answer
% (percent)
Answer
_ (underscore)
Answered By
1 Like
Related Questions
- Fill in the blanks:- MySQL provides a dummy table named _________.
- Fill in the blanks:- The _________ keyword eliminates duplicate records from the results of a SELECT statement.
- Fill in the blanks:- The keyword _________ is used to select rows that do not match the specified pattern of characters.
- Fill in the blanks:- The default order of ORDER BY clause is _________.