3 Months Free Update
3 Months Free Update
3 Months Free Update
Examine the description of the product_details table:
Which two statements are true?
Which two statements are true about the WHERE and HAVING clauses in a SELECT statement? (Choose two.)
Examine these SQL statements which execute successfully:
Which two statements are true after execution?
The customers table has a cust_last_name column of data type varchar2.
The table has two rows whose "jst_last_name values are Andersen and Ausson.
Which query produces output for cust_last_xame containing Oder for the first row and Aus for the second?
View the Exhibit and examine the description of the tables.
You execute this SQL statement:
Which three statements are true?
Which three functions are performed by dispatchers in a shared server configuration? (Choose three.)
Which three statements are true about the Oracle Data Dictionary? (Choose three.)
In one of your databases, user KING is:
1. Not a DBA user
2. An operating system (OS) user
Examine this command and its output:
What must you do so that KING is authenticated by the OS when connecting to the database instance?
Which two statements are true regarding the UNION and UNION ALL operators? (Choose two.)
Examine this description of the books table containing 100 rows:
Now examine this sequence of statements Issued In a new session;
Examine this description of the books table containing 100 rows:
Which three statements are true?
The orders table has a column ORDER_DATE of data type date.
The default display format for a date Is DD-MON-RR.
Which two where conditions demonstrate the correct usage of conversion functions?
You want to use table compression suitable for OLTP that will:
Compress rows for all DML statements on that table
Minimize the overheads associated with compression
Which compression option is best suited for this?
Which is the default column or columns for sorting output from compound queries using SET operators such as intersect In a SQL statement?
Which three statements are true about external tables in Oracle 18c and later releases? (Choose three.)
The EMPLOYEES table contains columns EMP_ID of data type NUMBER and HIRE_DATE of data type DATE.
You want to display the date of the first Monday after the completion of six months since hiring.
The NLS_TERRITORY parameter is set to AMERICA in the session and, therefore, Sunday is the first day on the week.
Which query can be used?
Examine these commands:
Which two statements are true about the sqiidr execution?
Examine this command:
SQL> ALTER TABLE ORDERS SHRINK SPACE COMPACT
Which two statements are true?
Which four account management capabilities can be configured using Oracle profiles? (Choose four.)
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.)
Which three statements are true about the Oracle join and ANSI join syntax? (Choose three.)
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:
Which two statements are true? (Choose two.)
Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)
Your database instance is started with a PFILE.
Examine these parameters:
You want to increase the size of the buffer cache.
Free memory is available to increase the size of the buffer cache.
You execute the command:
SQL> ALTER SYSTEM SET DB_CACHE_SIZE=1024M;
What is the outcome?
Which statement is true about the INTERSECT operator used in compound queries?
Which three statements are true about the tools used to configure Oracle Net Services? (Choose three.)
In one of your databases, you create a user, HR, and then execute this command:
GRANT CREATE SESSION TO hr WITH ADMIN OPTION;
Which three actions can HR perform? (Choose three.)
Which three statements are true about the Automatic Diagnostic Repository (ADR)?
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?
The ORCL database has RESUMABLE__TIMEOUT = 7200 and DEFERRED_SEGMENT_CREATION = FALSE
User U1 has a 1 MB quota in tablespace DATA.
U1 executes this command:
SQL> CREATE TABLE t1 AS
(SELECT object_name, sharing, created
FROM dba_objects);
U1 complains that the command is taking too long to execute.
In the alert log, the database administrator (DBA) finds this:
2017-03-06T12:15:17.183438+05:30
statement in resumable session ‘User U1(136), Session 1, Instance 1’ was suspended due to ORA-01536: space quota exceeded for tablespace ‘DATA’
Which are three actions any one of which the DBA could take to resume the session? (Choose three.)