Home »
MCQs »
SQL MCQs »
SQL Constraints Clause MCQs
Which of the following constraints are TRUE to be put in Password system?
4. Which of the following constraints are TRUE to be put in Password system?
- One uppercase character must be included in the password.
- An eight-character minimum password is required.
- At least one symbol must appear in the password.
- All of the above
Answer: D) All of the above
Explanation:
The constraints that are needed to be put in the Password system are:
- One uppercase character must be included in the password.
- An eight-character minimum password is required.
- At least one symbol must appear in the password.