Where in the application code should the constraints be checked? In the ...
☐ controller code
☐ model classes
☐ user interface code
☐ underlying DBMS (if it supports constraint validation)
Where in the application code should the constraints be defined? In the ...
☐ controller code
☐ model classes
☐ user interface HTML5 code
☐ user interface JavaScript code
How many constraints are specified by the class model shown in the diagram? Select one:
O 7 O 8 O 9 O 10
Which of the following constraints are specified by the class model?
☐ A range constraint for the
property name
.
☐ A uniqueness constraint for
the property name
.
☐ A referential integrity
constraint for the property name
.
☐ A uniqueness constraint for
the property age
.
☐ A mandatory value constraint for the property
name
.
☐ A mandatory value constraint
for the property age
.