The following programs demonstrate the use of the STORE
statement. The programs:
o Prompt the user for information to store in the COLLEGES
relation
o Start a READ_WRITE transaction
o Use a STORE statement to store the user input into the
COLLEGES relation
o Use the GET statement to store the value of the dbkey for
the newly stored record into the host variable my_db_key.
(Retrieving the dbkey is not a required part of the STORE
statement syntax, but may be helpful in some applications.)
Additional Information:
explode
extract