Indexes and views can be created on temporary tables.
Both the data and the structure of temporary tables can be exported.
Temporary tables are always created in a user’s temporary tablespace.
The data inserted into a temporary table in a session is available to other sessions.
Data manipulation language (DML) locks are never acquired on the data of temporary tables.
第1题:
A trigger can be created on which of the following objects?()
第2题:
On which two database objects can the VERSIONS clause of the Flashback Versions Query be used?()
第3题:
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?()
第4题:
Which two statements about views are true?()
第5题:
For which two database objects can the VERSIONS clause of the Flashback Versions Query be used?()(Choose two.)
第6题:
While creating a database using Database Configuration Assistant tool, you created a database default temporary tablespace. Which activity would cause the default temporary tablespace of the database to be used?()
第7题:
Which three statements are correct about temporary tables?()
第8题:
You need to improve the performance of the tempdb database on SQL1.Which two actions should you perform?()
第9题:
DBA_TABLESPACES
DBA_TABLES
DBA_SEGMENTS
DBA_FREE_SPACE
第10题:
A view can be created as read only.
A view can be created as a join on two or more tables.
A view cannot have an ORDER BY clause in the SELECT statement.
A view cannot be created with a GROUP BY clause in the SELECT statement.
A view must have aliases defined for the column names in the SELECT statement.
第11题:
It can be set at the system, session, or table level.
It is used only across statements in the same session.
It can store the results from normal as well as flashback queries.
It can store the results of queries based on normal,temporary,and dictionary tables.
第12题:
Move tempdb onto a faster disk volume.
Increase the initial size of tempdb to 1.5 GB
Increase the size of the data files in the Tracking database.
Decrease the file growth increment for tempdb to 25 MB
Use more local temporary tables and fewer global temporary tables in the Tracking database.
第13题:
You lost a temporary file that belongs to the default temporary tablespace in your database. From the options provided, which approach would you take to solve the problem? ()
第14题:
Which statements are true regarding the Query Result Cache?()
第15题:
Which statements are correct about temporary tables()
第16题:
Which two statements are true about simple views?()
第17题:
You are developing a tax report for the payroll application. You created a before parameter form report trigger to create three temporary tables to store text that are need while the report is executed. Which report trigger would you use to delete these temporary tables?()
第18题:
You issued the following command: CREATE GLOBAL TEMPORARY TABLE admin_work_area (startdate DATE, enddate DATE, class CHAR(20)) ON COMMIT DELETE ROWS TABLESPACE tbs_t1; An index is then created on the ADMIN_WORK_AREA temporary table. Which two statements are true regarding the TBS_T1 tablespace in the above command?()
第19题:
Which two are true regarding external tables? ()
第20题:
Indexes and views can be created on temporary tables.
Both the data and the structure of temporary tables can be exported.
Temporary tables are always created in a user’s temporary tablespace.
The data inserted into a temporary table in a session is available to other sessions.
Data manipulation language (DML) locks are never acquired on the data of temporary tables
第21题:
It stores only the temporary table but not its indexes.
It stores both the temporary table as well as its indexes.
It must be a nondefault temporary tablespace for the database.
It can be a default or nondefault temporary tablespace for the database.
It must be the default temporary tablespace of the user who issues the command.
第22题:
Views can be created as read only.
Views are data segments like tables.
Views can be created on the basis of more than one table.
Data manipulation language (DML) operations cannot be performed on views.
第23题:
External tables can be updated.
External tables are read-only tables.
Indexes can be created on external tables.
Indexes cannot be created on external tables.