In SQL, which of the following wildcards combined with the LIKE operator finds any value that has 'or' at any position?

🎲 Try a Random Question  |  Total Questions in Quiz: 124  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
SQL Knowledge Test — practice the complete quiz, review flashcards, or try a random question.

Structured Query Language (SQL) is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system.
Basically, SQL is used to communicate with a database. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database - for example, MySQL, SQL Server, MS Access, Oracle, Sybase, Informix, Postgres, and other database systems.


In SQL, which of the following wildcards combined with the LIKE operator finds any value that has 'or' at any position?