1Z0-082 Exam Questions
161 real 1Z0-082 exam questions with expert-verified answers and explanations. Page 1 of 4.
- Question #1
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...
- Question #2
Which two statements are true about the DUAL table? (Choose two.)
- Question #3
Which four statements are true regarding primary and foreign key constraints and the effect they can have on table data? (Choose four.)
- Question #4
Examine the description of the EMPLOYEES table: Which query is valid?
- Question #5
What is true about non-equijoin statement performance? (Choose two.)
- Question #6
In your data center, Oracle Managed Files (OMF) is used for all databases. All tablespaces are smallfile tablespaces. SALES_Q1 is a permanent user-defined tablespace in the SALES d...
- Question #7
Examine this command and some partial output: Why does the DB01.abc.com service show unknown status?
- Question #8
Which three statements are true about the tools used to configure Oracle Net Services? (Choose three.)
- Question #9
Which two statements are true regarding the UNION and UNION ALL operators? (Choose two.)
- Question #10
Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two.)
- Question #11
You want to apply the principle of Least Privilege in all your live databases. One of your requirements is to revoke unnecessary privileges from all users who have them using Privi...
- Question #12
Which three statements are true about undo segments and the use of undo by transactions in an Oracle database instance? (Choose three.)
- Question #13
Which two statements are true about Enterprise Manager Database Express? (Choose two.)
- Question #14
Table EMPLOYEES contains columns including EMPLOYEE_ID, JOB_ID and SALARY. Only the EMPLOYEE_ID column is indexed. Rows exist for employees 100 and 200. Examine this statement: Whi...
- Question #15
Which two are true about a SQL statement using SET operators such as UNION? (Choose two.)
- Question #16
Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)
- Question #17
Which three statements are true about inner and outer joins? (Choose three.)
- Question #18
Examine this description of the TRANSACTIONS table: Which two SQL statements execute successfully? (Choose two.)
- Question #19
The CUSTOMERS table has a CUST_CREDIT_LIMIT column of data type NUMBER. Which two queries execute successfully? (Choose two.)
- Question #20
Which statement is true about aggregate functions?
- Question #21
Your database instance was shut down normally and then started in NOMOUNT state. You then execute this command: ALTER DATABASE MOUNT; Which two actions are performed? (Choose two.)
- Question #22
Which two are true about shrinking a segment online? (Choose two.)
- Question #23
Examine these commands: Which two statements are true about the sqlldr execution? (Choose two.)
- Question #24
A script abc.sql must be executed to perform a job. A database user HR, who is defined in this database, executes this command: $ sqlplus hr/hr@orcl @abc.sql What will happen upon...
- Question #25
Which three statements are true regarding indexes? (Choose three.)
- Question #26
Which three statements are true about Oracle synonyms? (Choose three.)
- Question #27
View the Exhibit and examine the structure of the PRODUCTS table. Which two tasks require subqueries? (Choose two.)
- Question #28
The SALES_Q1 and USERS tablespaces exist in one of your databases and TEMP is a temporary tablespace. Segment creation is not deferred. You execute this command: Which three statem...
- Question #29
Which three statements are true about table data storage in an Oracle Database? (Choose three.)
- Question #30
Examine the description of the BOOKS table: The table has 100 rows. Examine this sequence of statements issued in a new session: INSERT INTO books VALUES ('ADV112', 'Adventures of...
- Question #31
Which three statements are true about external tables in Oracle 18c and later releases? (Choose three.)
- Question #32
Which three statements are true about the Oracle join and ANSI join syntax? (Choose three.)
- Question #33
Which two tasks can you perform using DBCA for databases? (Choose two.)
- Question #34
You execute this query: SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), `MON'), `dd "Monday for" fmMonth rrrr') What is the result?
- Question #35
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...
- Question #36
Which three statements are true about views in an Oracle database? (Choose three.)
- Question #37
You execute this command: CREATE SMALLFILE TABLESPACE sales DATAFILE `/u01/app/oracle/sales01.dbf SIZE 5G SEGMENT SPACE MANAGEMENT AUTO; Which two statements are true about the SAL...
- Question #38
In the SALES database, DEFERRED_SEGMENT_CREATION is TRUE. Examine this command: SQL> CREATE TABLE T1(c1 INT PRIMARY KEY, c2 CLOB); Which segment or segments, if any, are created as...
- Question #39
Which three activities are recorded in the database alert log? (Choose three.)
- Question #40
Which two statements are true about Enterprise Manager (EM) Express?
- Question #41
Examine this SQL statement: SELECT cust_id, cust_last_name "Last Name" FROM customers WHERE country_id = 10 UNION SELECT cust_id CUST_NO, cust_last_name FROM customers WHERE countr...
- Question #42
Which two statements are true about the configuration and use of UNDO_RETENTION with GURANTEED ? (Choose two.) RETENTION
- Question #43
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 Ord...
- Question #44
Which three files are used by conventional path SQL*Loader when the TABLE option is not specified? (Choose three.)
- Question #45
Which three failures require intervention for recovery? (Choose three.)
- Question #46
Which statement is true about smallfile tablespaces?
- Question #47
Which two are true about RETENTION GUARANTEE? (Choose two.)
- Question #48
You execute this command: Sufficient storage is available in filesystem /u01. Which two statements are true about the BIG_TBS tablespace? (Choose two.)
- Question #49
Which statement is true about the INTERSECT operator used in compound queries?
- Question #50
Which three statements are true about advanced connection options supported by Oracle Net for connection to Oracle Database instances? (Choose three.)