module 8 part #5 Flashcards
Oracle recommends _____ for creating audit logs.
a. triggers
b. stored procedures
c. stored functions
d. tables
a. triggers
Which statement describes a feature of Oracle sequences?
a. Oracle sequences are tied to columns and tables.
b. Oracle sequences generate a character string that can be assigned to tables.
c. An Oracle sequence uses the identity column property to automatically number rows.
d. Dropping a sequence does not delete values assigned to table attributes; it deletes only the sequence object from the database.
d. Dropping a sequence does not delete values assigned to table attributes; it deletes only the sequence object from the database.
In Oracle, _____ make(s) it possible to merge SQL and traditional programming constructs, such as variables, conditional processing (IF-THEN-ELSE), basic loops (FOR and WHILE loops,) and error trapping.
a. dynamic SQL
b. stored procedures
c. embedded SQL
d. Procedural Language SQL
d. Procedural Language SQL
In MS Access, a designer can use the _____ data type to define a column in his table that will be automatically populated with unique numeric values.
AutoNumber
The Oracle string concatenation function is _____.
a. CONCAT
b. +
c. ||
d. &&
c. ||
When writing SQL table-creating command sequences, the entire table definition is enclosed in _____.
a. asterisks
b. commas
c. quotations
d. parentheses
d. parentheses