module 8 part #5 Flashcards

1
Q

Oracle recommends _____ for creating audit logs.

a. triggers
b. stored procedures
c. stored functions
d. tables

A

a. triggers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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.

A

d. Dropping a sequence does not delete values assigned to table attributes; it deletes only the sequence object from the database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

A

d. Procedural Language SQL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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.

A

AutoNumber

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The Oracle string concatenation function is _____.

a. CONCAT
b. +
c. ||
d. &&

A

c. ||

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When writing SQL table-creating command sequences, the entire table definition is enclosed in _____.

a. asterisks
b. commas
c. quotations
d. parentheses

A

d. parentheses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly