网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
Which statement is true regarding Flashback Version Query?()
A
It returns versions of rows only within a transaction.
B
It can be used in subqueries contained only in a SELECT statement.
C
It will return an error if the undo retention time is less than the lower bound time or SCN specified.
D
It retrieves all versions including the deleted as well as subsequently reinserted versions of the rows.
参考答案
参考解析
解析:
暂无解析
更多 “单选题Which statement is true regarding Flashback Version Query?()A It returns versions of rows only within a transaction.B It can be used in subqueries contained only in a SELECT statement.C It will return an error if the undo retention time is less than the lower bound time or SCN specified.D It retrieves all versions including the deleted as well as subsequently reinserted versions of the rows.” 相关考题
考题
单选题Which statement is true regarding Flashback Version Query?()A
It returns versions of rows only within a transaction.B
It can be used in subqueries contained only in a SELECT statement.C
It will return an error if the undo retention time is less than the lower bound time or SCN specified.D
It retrieves all versions including the deleted as well as subsequently reinserted versions of the rows.
考题
多选题View the Exhibit and examine the data in the PRODUCT INFORMATION table. Which two tasks would require subqueries? ()Adisplaying the minimum list price for each product statusBdisplaying all supplier IDs whose average list price is more than 500Cdisplaying the number of products whose list prices are more than the average list priceDdisplaying all the products whose minimum list prices are more than the average list price of products having the product status orderableEdisplaying the total number of products supplied by supplier 102071 and having product status OBSOLETE
考题
多选题Which two statements are true regarding the execution of the correlated subqueries?()AThe nested query executes after the outer query returns the row.BThe nested query executes first and then the outer query executes.CThe outer query executes only once for the result returned by the inner query.DEach row returned by the outer query is evaluated for the results returned by the inner query.
考题
单选题Evaluate the following SQL statements that are issued in the given order: What would be the status of the foreign key EMP_MGR_FK?()A
It would be automatically enabled and deferred.B
It would be automatically enabled and immediate.C
It would remain disabled and has to be enabled manually using the ALTER TABLE command.D
It would remain disabled and can be enabled only by dropping the foreign key constraint and re-creating it.
考题
单选题View the Exhibit and examine the structure of the EMP table. You executed the following command to add a primary key to the EMP table: ALTER TABLE emp ADD CONSTRAINT emp_id_pk PRIMARY KEY (emp_id) USING INDEX emp_id_idx; Which statement is true regarding the effect of the command?()A
The PRIMARY KEY is created along with a new index.B
The PRIMARY KEY is created and it would use an existing unique index.C
The PRIMARY KEY would be created in a disabled state because it is using an existing index.D
The statement produces an error because the USING clause is permitted only in the CREATE TABLE command.
考题
单选题Which statement is true regarding Flashback Version Query?()A
It returns versions of rows only within a transaction.B
It can be used in subqueries contained only in a SELECT statement.C
It will return an error if the undo retention time is less than the lower bound time or SCN specified.D
It retrieves all versions including the deleted as well as subsequently reinserted versions of the rows.
考题
多选题Which statements are correct regarding indexes? ()AWhen a table is dropped, the corresponding indexes are automatically dropped.BFor each DML operation performed, the corresponding indexes are automatically updated.CIndexes should be created on columns that are frequently referenced as part of an expression.DA non-deferrable PRIMARY KEY or UNIQUE KEY constraint in a table automatically creates a uniqueindex.
考题
单选题Which statement is true regarding Flashback Version Query? ()A
It returns versions of rows only within a transaction.B
It can be used in subqueries contained only in a SELECT statement.C
It will return an error if the undo retention time is less than the lower bound time or SCN specified.D
It retrieves all versions including the deleted as well as subsequently reinserted versions of the rows.
考题
单选题The details of the order ID, order date, order total, and customer ID are obtained from the ORDERS table. If the order value is more than 30000, the details have to be added to the LARGEjDRDERS table. The order ID, order date, and order total should be added to the ORDERJHISTORY table, and order ID and customer ID should be added to the CUSTJHISTORY table. Which multitable INSERT statement would you use? ()A
Pivoting INSERTB
Unconditional INSERTC
Conditional ALL INSERTD
Conditional FIRST INSERT
考题
单选题The details of the order ID, order date, order total, and customer ID are obtained from the ORDERS table. If the order value is more than 30000, the details have to be added to the LARGEjDRDERS table. The order ID, order date, and order total should be added to the ORDERJHISTORY table, and order ID and customer ID should be added to the CUSTJHISTORY table. Which multitable INSERT statement would you use? ()A
Pivoting INSERTB
Unconditional INSERTC
Conditional ALL INSERTD
Conditional FIRST INSERT
热门标签
最新试卷