Exercises III and IV include database processing, of which an example is given here.
The example uses an authors table and sample values of the relational table are given below.
The authorID is the primary key and its type is AutoNumber , whose value is not needed when insertion.
|
|
|
authorID
value is not needed because of its AutoNumber
type.
Default.aspx
.
authors
table.
Insert ⇒ |