It returns versions of rows only within a transaction.
It can be used in subqueries contained only in a SELECT statement.
It will return an error if the undo retention time is less than the lower bound time or SCN specified.
It retrieves all versions including the deleted as well as subsequently reinserted versions of the rows.
第1题:
Which statements are true regarding the Query Result Cache?()
第2题:
You executed the following query: SELECT operation, undo_sql, table_name FROM flashback_transaction_query; Which statement is correct regarding the query output?()
第3题:
Which two are true about aggregate functions? ()
第4题:
What is true regarding subqueries?()
第5题:
Which two statements about subqueries are true? ()
第6题:
By mistake, you ran the batch job (for updating the BILL_DETAILS table) twice. You are not sure which rows in the BILL_DETAILS table were affected. You need to identify: a) A list of changes made along with the transaction identifier of each change. b) The necessary SQL statements to undo the erroneous changes. Which option would you choose?()
第7题:
VERSIONS_STARTSCN
VERSIONS_STARTTIME
VERSIONS_XID
VERSIONS_OPERATION
第8题:
Only the Flashback Table
Both the Flashback Transaction Query and the Flashback Version Query
Only the Flashback Drop
Only the Flashback Version
第9题:
You can find information about only active transactions from the view
You can find information about read only transactions from the view
You require the SELECT ANY TRANSACTION system privilege to access the view
You can find information about both active and committed transactions from the view
You require the SELECT ON FLASHBACK_TRANSACTION_QUERY object privilege to access the view
第10题:
It would return information regarding only the last committed transaction.
It would return only the active transactions in all the undo segments in the database.
It would return only the committed transactions in all the undo segments in the database.
It would return both active and committed transactions in all the undo segments in the database.
It would return information regarding the transactions that began and were committed in the last 30 minutes.
第11题:
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.
第12题:
The inner query always sorts the results of the outer query
The outer query always sorts the results of the inner query
The outer query must return a value to the outer query
The inner query returns a value to the outer query
The inner query must always return a value or the outer query will give an error
第13题:
Which two statements about subqueries are true? ()
第14题:
You are maintaining your OLTP database in Oracle10g. You are performing the Flashback Transaction Query to find the undo SQL statements that can be used to undo the changes made to the database in the specific time period. Which pseudocolumn will you use to perform the Flashback Transaction Query?()
第15题:
Which two statements are correct regarding the Flashback Versions Query feature?()
第16题:
Which two statements are true regarding subqueries? ()
第17题:
Which statement is true regarding Flashback Version Query? ()
第18题:
It returns versions of rows only within a transaction.
It can be used in subqueries contained only in a SELECT statement.
It will return an error if the undo retention time is less than the lower bound time or SCN specified.
It retrieves all versions including the deleted as well as subsequently reinserted versions of the rows.
第19题:
Flashback Versions Query is used to make changes to multiple versions of data that existed between two points in time.
Flashback Versions Query is used to view all version changes on rows that existed between the time the query was executed and a point in time in the past.
Flashback Versions Query is used to view version changes and the SQL to undo those changes on rows that existed between two points in time.
Flashback Versions Query is used to view all version changes on rows that existed between two points in time.
第20题:
A subquery can retrieve zero or more rows
Only two subqueries can be placed atone level
A subquery can be used only in SQL query statements
A subquery can appear on either side of a comparison operator
There is no limit on the number of subquery levels in the WHERE clause of a SELECT statement
第21题:
A WHERE clause can be used to restrict both rows and groups.
A WHERE clause can be used to restrict rows only.
A HAVING clause can be used to restrict both rows and groups.
A HAVING clause can be used to restrict groups only.
A WHERE clause CANNOT be used in a query of the query uses a HAVING clause.
A HAVING clause CANNOT be used in subqueries.
第22题:
A single row subquery can retrieve data from only one table.
A SQL query statement cannot display data from table B that is referred to in its subquery, unless table B is included in the main query's FROM clause.
A SQL query statement can display data from table B that is referred to in its subquery, without including B in its own FROM clause.
A single row subquery can retrieve data from more than one table.
A single row subquery cannot be used in a condition where the LIKE operator is used for comparison.
A multiple-row subquery cannot be used in an INSERT statement to insert multiple rows at a time.
第23题:
RMAN only.
Flashback Table only.
Flashback Version Query only.
Flashback Database and Flashback Transaction Query.
Flashback Version Query and Flashback Transaction Query.
第24题:
It would return information regarding only the last committed transaction.
It would return only the active transactions in all the undo segments in the database.
It would return only the committed transactions in all the undo segments in the database.
It would return both active and committed transactions in all the undo segments in the database.
It would return information regarding the transactions that began and were committed in the last 30 minutes.