Mysql Quiz
Mysql Quiz
Mysql Quiz
Question 1
Correct
Mark 1.00 out of 1.00
Not flaggedFlag question
Question text
A table consists of ______ primary keys.
Select one:
Any number
4
Feedback
The correct answer is: 1
Question 2
Correct
Mark 1.00 out of 1.00
Not flaggedFlag question
Question text
Which of the following options is not correct?
Select one:
cardholdername
Answer 1
not null
creditcardno
Answer 2
primary key
cardholderphoneno
Answer 3
unique
validitydate
Answer 4
not null
Answer 5
check
Feedback
Your answer is correct.
The correct answer is: cardholdername → not null, creditcardno → primary key,
cardholderphoneno → unique, validitydate → not null, creditcardtype should be
sliver or platinum only → check
Question 5
Incorrect
Mark 0.00 out of 1.00
Not flaggedFlag question
Question text
We need to ensure that the amount withdrawn should be less then the credit card
limit amount, to ensure this integrity what type constraint will be used?
Select one:
Feedback
Your answer is incorrect.
The correct answer is: table level check constraint