The two statements produce identical results.
The second statement returns a syntax error.
There is no need to specify DESC because the results are sorted in descending order by default.
The two statements can be made to produce identical results by adding a column alias for the salary column in the second SQL statement.
第1题:

A. The DESCRIBE DEPT statement displays the structure of the DEPT table.
B. The ROLLBACK statement frees the storage space occupies by the DEPT table.
C. The DESCRIBE DEPT statement returns an error ORA-04043: object DEPT does not exist.
D. The DESCRIBE DEPT statement displays the structure of the DEPT table only if there is a COMMIT statement introduced before the ROLLBACK statement.
第2题:
A. Export polices can evaluate only active routes
B. Export polices can evaluate all routes
C. Export polices can be applied to the forwarding table
D. Export polices can be applied to interfaces
第3题:
Which three statements about performance analysis by SQL Performance Analyzer are true? ()
第4题:
Which two statements about the SQL Management Base (SMB) are true? ()(Choose two.)
第5题:
Evaluate these two SQL statements: SELECT last_name, salary , hire_date FROM EMPLOYEES ORDER BY salary DESC; SELECT last_name, salary, hire_date FROM EMPLOYEES ORDER BY 2 DESC; What is true about them?()
第6题:
It contains only SQL profiles generated by SQL Tuning Advisor.
It stores plans generated by the optimizer using a stored outline.
It is part of the data dictionary and stored in the SYSAUX tablespace.
It is part of the data dictionary and stored in the SYSTEM tablespace.
It contains the statement log, the plan history, plan baselines, and SQL profiles.
第7题:
Traffic is clear text
Traffic is encrypted
They are initiated by the LNS
They are initiated by the LAC
第8题:
Export polices can evaluate only active routes
Export polices can evaluate all routes
Export polices can be applied to the forwarding table
Export polices can be applied to interfaces
第9题:
Export policies can evaluate only active routes
Export policies can evaluate all routes
Export policies can be applied to the forwarding table
Export policies can be applied directly to interfaces
第10题:
The two statements produce identical results.
The second statement returns a syntax error.
There is no need to specify DESC because the results are sorted in descending order by default.
The two statements can be made to produce identical results by adding a column alias for the salary column in the second SQL statement.
第11题:
Shared SQL Area will be allocated in the shared pool.
Shared SQL Area will be allocated when a session starts.
Shared SQL Area will be allocated in the large pool always.
Private SQL Area will be allocated in the Program Global Area (PGA) always.
Shared SQL Area and Private SQL Area will be allocated in the PGA or large pool.
The number of Private SQL Area allocations is dependent on the OPEN_CURSORS parameter.
第12题:
The SQL trace facility will generate the performance statistics for all the SQL statements for an instance and write them in the USER_DUMP_DEST directory.
The SQL trace facility will generate the performance statistics for all the SQL statements for a session and write them in the USER_DUMP_DEST directory.
The SQL trace facility will generate the performance statistics for all the SQL statements for an instance and write them in the BACKGROUND_DUMP_DEST directory.
The SQL trace facility will generate the performance statistics for all the SQL statements for a session and write them in the BACKGROUND_DUMP_DEST directory.
第13题:
A. If Evaluate is checked then the client must pass policy to get the sign-in page.
B. If Evaluate is checked then the client can fail policy and still get the sign-in page.
C. If Require and Enforce is checked then the client must pass policy to get the sign-in page.
D. If Require and Enforce is checked then the client can fail policy and still get the sign-in page.
第14题:
Which two statements are true about L2TP tunnels?() (Choose two.)
第15题:
By default, which two statements are true about export routing policies?()
第16题:
You are maintaining the PROD database of NetFx Corporation. You set the value of the SQL_TRACE parameter to TRUE. What will be the impact of this setting?()
第17题:
Which two statements about subqueries are true? ()
第18题:
If Evaluate is checked then the client must pass policy to get the sign-in page.
If Evaluate is checked then the client can fail policy and still get the sign-in page.
If Require and Enforce is checked then the client must pass policy to get the sign-in page.
If Require and Enforce is checked then the client can fail policy and still get the sign-in page.
第19题:
It contains only SQL profiles generated by SQL Tuning Advisor.
It stores plans generated by the optimizer using a stored outline.
It is part of the data dictionary and stored in the SYSAUX tablespace.
It is part of the data dictionary and stored in the SYSTEM tablespace.
It contains the statement log, the plan history, plan baselines, and SQL profiles.
第20题:
Shared SQL Area will be allocated in the shared pool.
Shared SQL Area will be allocated when a session starts.
Shared SQL Area will be allocated in the large pool always.
The whole of Private SQL Area will be allocated in the Program Global Area (PGA) always.
Shared SQL Area and Private SQL Area will be allocated in the PGA or large pool.
The number of Private SQL Area allocations is dependent on the OPEN_CURSORS parameter.
第21题:
The two statements produce identical results.
The second statement returns a syntax error.
There is no need to specify DESC because the results are sorted in descending order by default.
The two statements can be made to produce identical results by adding a column alias for the salary column in the second SQL statement.
第22题:
The results are not sorted.
The results are sorted numerically.
The results are sorted alphabetically.
The results are sorted numerically and then alphabetically.
第23题:
A subquery should retrieve only one row.
A subquery can retrieve zero or more rows.
A subquery can be used only in SQL query statements.
Subqueries CANNOT be nested by more than two levels.
A subquery CANNOT be used in an SQL query statement that uses group functions.
When a subquery is used with an inequality comparison operator in the outer SQL statement, the column list in the SELECT clause of the subquery should contain only one column.