Home »
MCQs »
MySQL MCQs
If you are asked to find out the names which only have 5 characters then what query pattern you will use?
31. If you are asked to find out the names which only have 5 characters then what query pattern you will use?
- %%%%%
- _%_%_
- _____
- --%%-
Answer: C) _____
Explanation:
If we are asked to find out the names which only have 5 characters, we will put 5 underscores _____.