BETWEEN NULL LIKE IN Q2 Set operator Implicit inner join syn
BETWEEN
NULL
LIKE
IN
Q2:
Set operator
Implicit inner join syntax
Explicit inner join syntax
Natural join
FOREIGN KEY
DEFAULT
NOT NULL
AUTO_INCREMENT
| Q1: The special operator used to check if a value matches one of a list of specific values is _____. |
Solution
Question 1:
Answer: IN
The special operator used to check if a value matches one of a list of specific values is IN
Question 2:
Answer: Natural join
Question 3:
Answer: DEFAULT
DEFAULT is a keyword used to indicate a value that is used for an attribute if none is specified
