최신 1Z1-082 무료덤프 - Oracle Database Administration I
Which three statements are true about sequences in a single instance Oracle database?
정답: A,C,E
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?
An UPDATE is executed on a temporary table.
Where is the UNDO stored?
정답: A
설명: (DumpTOP 회원만 볼 수 있음)
Which two statements are true about single row functions? (Choose two.)
정답: B,E
Which three are types of segments in an Oracle Database? (Choose three.)
정답: D,E,F
You start your database instance in NOMOUNT state. Which two actions are performed?
정답: D,E
Examine this command:
CREATE UNDO TABLESPACE undotbs01
DATAFILE 'undotbs_01.dbf'
SIZE 100M
AUTOEXTEND ON;
Which two actions must you take to ensure UNDOTBS01 is used as the default UNDO tablespace? (Choose two.)
CREATE UNDO TABLESPACE undotbs01
DATAFILE 'undotbs_01.dbf'
SIZE 100M
AUTOEXTEND ON;
Which two actions must you take to ensure UNDOTBS01 is used as the default UNDO tablespace? (Choose two.)
정답: C,D
Table ORDER_ITEMS contains columns ORDER_ID, UNIT_PRICE and QUANTITY, of data type NUMBER.
Examine these SQL statements:
Statement 1:
SELECT MAX(unit_price * quantity) "Maximum Order"
FROM order_items;
Statement 2:
SELECT MAX(unit_price * quantity) "Maximum Order"
FROM order_items
GROUP BY order_id;
Which two statements are true?
Examine these SQL statements:
Statement 1:
SELECT MAX(unit_price * quantity) "Maximum Order"
FROM order_items;
Statement 2:
SELECT MAX(unit_price * quantity) "Maximum Order"
FROM order_items
GROUP BY order_id;
Which two statements are true?
정답: A,E
설명: (DumpTOP 회원만 볼 수 있음)
You need to calculate the number of days from 1st January 2019 until today.
Dates are stored in the default format of DD-MON-RR.
Which two queries give the required output? (Choose two.)
Dates are stored in the default format of DD-MON-RR.
Which two queries give the required output? (Choose two.)
정답: A,C
You execute this command:
During the export operation, you detach from the job by using CTRL+C and then execute this command:
Export> STOP_JOB=immediate
Are you sure you wish to stop the job ([yes]/no): yes
Which two statements are true about the job? (Choose two.)
During the export operation, you detach from the job by using CTRL+C and then execute this command:
Export> STOP_JOB=immediate
Are you sure you wish to stop the job ([yes]/no): yes
Which two statements are true about the job? (Choose two.)
정답: A,C
View the Exhibit and examine the description of the tables.
You execute this SQL statement:
Which three statements are true?
You execute this SQL statement:
Which three statements are true?
정답: A,B,D