#311. A table was just created on your Oracle database with six extents allocated to it. Which of the following factors most likely caused the table to have so many extents allocated?
#312. The rows inside three Oracle tables supporting a customer order entry system are frequently accessed together by means of a table join. Because data is always being added to the tables, you leave a lot of extra space inside each block to accommodate growth. Which of the following types of tables would be useful for storing the data in this context?
#316. You are creating a data base manually and you need to limit the number of initial online redo log groups and members. Which two keywords should you use within the create database command to define the maximum number of online redo log files? (Choose two).
#318. You need to determine the amount of space currently used in each tablespace. You can retrieve this information in a single SQL statement using only one DBA view in the FROM clause providing you use either the _______ or _______ DBA view.