相关试题
单选题 A database is configured to use automatic undo management with temporary undo enabled.
An UPDATE is executed on a temporary table.
Where is the UNDO stored?
单选题 In the spfile of a single instance database, LOCAL_LISTENER is set to LISTENER_1.
The TNSNAMES.ORA file in $ORACLE_HOME/network/admin in the database home contains:
Which statement is true?
单选题 choose the best anuswer Evaluate the following SQL statement:
ALTER TABLE hr.emp
SET UNUSED (mgr_iD.;
Which statement is true regarding the effect of the above SQL statement?
单选题 Evaluate the following ALTER TABLEstatement:
ALTER TABLE orders SET UNUSED (order_datE.;
Which statement is true?
单选题 You want to write a query that prompts for two column names and the WHERE condition each
Time it is executed in a session but only prompts for the table name the first time it is executed.
The variables used in your query are never undefined in your session.
Which query can be used?
单选题 Which statement is true about the INTERSECT operator used in compound queries?
单选题 You have been tasked to create a table for a banking application.
One of the columns must meet three requirements:
Be stored in a format supporting date arithmetic without using conversion functions
Store a loan period of up to 10 years
Be used for calculating interest for the number of days the loan remains unpaid
Which data type should you use?
单选题 Examine the description of the CUSTOMERS table:
You want to display details of all customers who reside in cities starting with the letter D followed
By at least two characters.
Which query can be used?