MCQ
$…………. .$ is efficient when the fields are used for searching and it is unsure that whether user will enter searching text in lower case or uppar case.
- A$\text{Text[VARCHAR]}$
- B$\text{Text(fix)[CHAR]}$
- ✓$\text{Text[VARCHAR_IGNORECASE]}$
- D$\text{Memo[LONGVARCHAR]}$