What Does The Following Condition Dobr Check Name In #70
What does the following condition do?<br /> check( name in( ‘Ryan’, ‘Cristiano’, ‘Leo’))
This multiple choice question (MCQ) is related to the book/course gs gs114 Relational Database Management System. It can also be found in gs gs114 Intermediate and Advanced SQL - Integrity Constraints - Quiz No.1.
What does the following condition do?
check( name in( ‘Ryan’, ‘Cristiano’, ‘Leo’))
check( name in( ‘Ryan’, ‘Cristiano’, ‘Leo’))
The condition checks whether the name attribute includes the three mentioned names
The condition allows the name attribute to possess only the three mentioned names
The condition checks whether the given names are sub-strings in at least one of the values
None of the mentioned