Suggest at least three data validation rules that might help reduce input errors for the video rental system.

What will be an ideal response?

Students might suggest several of the data validation checks starting on page 250. For example, an existence check would prevent empty data fields; a data type check would prevent inappropriate data entry (such as alphabetic data in the Member Number field); and a reasonableness check would set suitable limits in the Fee field.

Computer Science & Information Technology

You might also like to view...

What is the default IEEE STP port cost for a 100 Mbps Ethernet interface?

A) 10 B) 100 C) 4 D) 19

Computer Science & Information Technology

What is the result of the following arithmetic expression in C++?   2 + 4 * 2

A. 8 B. 12 C. 10 D. 16

Computer Science & Information Technology