Multiple choice

Select wildcard characters from the following?

    • , *
  1. ? , .

    • , #
  2. ? , *

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In SQL and file systems, ? matches any single character and * matches any sequence of characters. These are the standard wildcard characters used in pattern matching.