c) Retrieve a series of SQL commands
d) All of the above
In Oracle, the script line used to enter the first record into the client table would be
which of the following?
a) Insert into client (“dentpro@comcast.net”, “Dentist Pros’, “James Tucker”, “63 Elm
Street”, “Manchester”, “NH”, “03308”, “(603)774-6698”)
b) Insert into client (“dentpro@comcast.net” “Dentist Pros’ “James Tucker” “63 Elm
Street” “Manchester” “NH” “03308” “(603)774-6698”)
c) Insert (“dentpro@comcast.net”, “Dentist Pros’, “James Tucker”, “63 Elm Street”,
“Manchester”, “NH”, “03308”, “(603)774-6698”)
d) Insert into client (dentpro@comcast.net, Dentist Pros, James Tucker, 63 Elm Street,
Manchester, NH, 03308, (603)774-6698)
In a relational database, entities are stored in
a) files.
b) tables.
c) relationships.