SQL Clauses
MySQL keyword to include regular expressions in the WHERE clause of a SELECT statement
What is "REGEXP"?
Regular expression operator to match a string / pattern to a string / substring within a field value.
What are quotation marks ' '?
SQL statement to add one row to a table
What is "INSERT" or "INSERT INTO"?
Regular expression operator used to match the pattern after the symbol to the beginning of the field value
What is the caret symbol '^'?
The regular expression operator to match the pattern before the symbol to the end of the field value
What is the dollar sign '$'?