Add a constraint that enforces the restriction that a patron cannot borrow more than 5 books at a time.

What will be an ideal response?


Add the following to Patrons


CHECK (NumBorrowed < 5)

Computer Science & Information Technology

You might also like to view...

A rectangular array ________.

a) requires two indices to identify elements b) is often used to represent a table of data c) contains the same number of columns in each row d) is a two-dimensional array e) All of the above.

Computer Science & Information Technology

Scroll bars for overflow content are usually placed horizontally so that you scroll down to view the extra content.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Use the Structured Graphics Control to draw a cube.

What will be an ideal response?

Computer Science & Information Technology

A(n) ________ displays numerical data in a visual format

Fill in the blank(s) with correct word

Computer Science & Information Technology