Section A: Multiple Choice, 15 marks one mark each.
1. Can an Integrity Constraint be enforced on a table if some existing table data does
not satisfy the constraint?
A. Yes
B. No
2. A View is
A. A more detailed look at a table
A description of column names
A diagram of table relationships
A pre-programmed SELECT statement against one or more tables
A stored set of data on the database
3. SQL*Pump is a utility for:
A. Loading data from an external file
Export and import data and metadata from a database
Reformat data during loading a database
Checking for incompatible data and discard them
Loading data using SQL INSERT commands
4. A User can
A. Be assigned multiple roles
Have multiple schemas
Have the privilege to access one or more table spaces
Have an authorization method that does not require a password
Have multiple concurrent sessions
5. What does the Listener NOT do??
A. Create a server process
Monitor network traffic on a particular port
Receive requests to connect to one or more databases
Keep a client session active
Provide network listening services for non-Oracle applications
6. Which of the following is not a reason for the fact that most of the processing is
done at the server?
A. To reduce network traffic.
B. For application sharing.
G To implement business rules centrally.
D. None of the above
1|Page