All objects in the database
Tables owned by SYS and SYSTEM
Data dictionary tables
NCHAR columns
CHAR columns
第1题:
Which statement is true regarding the INTERSECT operator?()
第2题:
Which of the following would be affected by setting NLS_LENGTH_SEMANTICS=CHAR?()
第3题:
While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following: a) high availability of data b) faster primary key access to the table data c) compact storage for the table Which type of tables would you use to achieve these objectives?()
第4题:
In which case would you use a FULL OUTER JOIN?()
第5题:
The application tables owned by the user TEST in a test database need to be exported to the APPS schema in the production database by using Data Pump. Which option of Data Pump Import would you use to accomplish this?()
第6题:
You are identifying dictionary objects in the Oracle database. Which of the following is a view in the data dictionary?()
第7题:
You are about to create your Oracle data dictionary for use with the database. Which of the following users would you connect to the database as for this purpose in Oracle9i and later releases?()
第8题:
V$DATABASE
DBA_TABLES
SYSAUD$
EMP
第9题:
owner
touser
attach
remap_schema
第10题:
The tables being joined have NOT NULL columns.
The tables being joined have only matched data.
The columns being joined have NULL values.
The tables being joined have only unmatched data.
The tables being joined have both matched and unmatched data.
Only when the tables have a primary key-foreign key relationship.
第11题:
DBA_USERS
DBA_OBJECTS
DBA_TS_QUOTAS
DBA_TAB_PRIVS
第12题:
heap tables
object tables
partitioned tables
index-organized tables (IOTs)
第13题:
Which expressions are correct to declare an array of 10 String objects? ()
第14题:
Which statements listed below describe the data dictionary views() 1) These are stored in the SYSTEM tablespace. 2) These are the based on the virtual tables. 3) These are owned by the SYS user. 4) These can be queried by a normal user only if O7_DICTIONARY_ACCESSIBILTY parameter is set to TRUE. 5) The V$FIXED_TABLE view can be queried to list the names of these views.
第15题:
On which two database objects can the VERSIONS clause of the Flashback Versions Query be used?()
第16题:
Which view should a user query to display the columns associated with the constraints on a table owned by the user? ()
第17题:
You executed the following command to drop a user: DROP USER scott CASCADE; Which two statements regarding the above command are correct?()
第18题:
In which two cases would you use an outer join? ()
第19题:
Both tables have NULL values.
You want all unmatched data from one table.
You want all matched data from both tables.
You want all unmatched data from both tables.
One of the tables has more data than the other.
You want all matched and unmatched data from only one table.
第20题:
1 and 3
2, 3, and 5
1, 2, and 3
2, 3, 4, and 5
第21题:
char str[];
char str[][];
String str[];
String str[10];
第22题:
It ignores NULL values
Reversing the order of the intersected tables alters the result
The names of columns in all SELECT statements must be identical
The number of columns and data types must be identical for all SELECT statements in the query
第23题:
All objects in the database
Tables owned by SYS and SYSTEM
Data dictionary tables
NCHAR columns
CHAR columns