单选题 Which compression method is recommended for Direct-Path Insert operations?
相关试题
单选题
Your database instance is started with an SPFILE
A PFILE is also available
You execute this command
ALTER SYSTEM SET DB CACHE SIZE=100K
Where is the value changed?
单选题
Examine the description of the EMPLOYEES table
NIS DATE FORMAT is set to DD-MON-YY
Which query requires explicit data type conversion?
单选题
In the spfile of a single instance database, LOCAL LISTENER is set to LISTENER 1.
The TNSNAMES ORA file in SORACLE HOME/network/admin in the database home contains:
LISTENER 1 =
(ADDRESS=
(PROTOCOL= TCP)
(HOST =host1 abc. com)
(PORT=1521)
) Which statement is true?
单选题
View the Exhibits and examine the structure of the costs and PROMOTIONS tables
You want to display PROD IDS whose promotion cost is less than the highest cost PROD ID in a
Promotion time interval
Examine this SQL statement
SELECT prod_id
FROM costs
WHERE promo_id IN
(SELECT promo_id
FROM promotions
WHERE promo_cost < ALL
(SELECT MAX(promo_cost)
FROM promotions
GROUP BY (promo end date - promo begin date)));
What will be the result?
单选题
Examine the description of the SATES1 table
Name Null type
-----------------------------------------------------
SALES_ID NOT NULL NUMBER
STORE_ID NOT NULL NUMBER
ITMES_ID NUMBER
UANTITY NUMBER
SALES_DATE DATE
SALES2 is a table with the same description as sAleS1
Some sales data is contained erroneously in both tables
You must display rows from sAlEs1 and SALES and wish to see the duplicates too
Which set operator generates the required output?
单选题
Examine the description of the products table
Name Null type
-----------------------------------------------------
PROD_ID NOT NULL NUMBER
PROD_NAME VARCHAR2(40)
COST NUMBER(8,2)
PRLEASE_DATE DATE
Which query is valid?
单选题
Which is the default column or columns for sorting output from compound queries using SET
Operators such as INTERSECT in a SQL statement?
单选题 Which statement is true about database links?