Loading questions...
Updated
Examine the description of the PRODUCT_STATUS table:
Which two statements are true about UNDO and UNDO tablespaces? (Choose two.)
You must create a tablespace of non-standard block size in a new file system and plan to use this command:
Examine the description of the PRODUCTS table:
Which two statements are true about the Oracle Data Dictionary? (Choose two.)
Which two Oracle database space management features require the use of locally managed tablespaces? (Choose two.)
Which three statements are true about connection strings and service names used to connect to an Oracle database instance? (Choose three.)
Which three statements are true about using SQL*Plus? (Choose three.)
The default display format for a date is DD-MON-RR.
Which two WHERE conditions demonstrate the correct usage of conversion functions? (Choose two.)
Which three statements are true about the Automatic Diagnostic Repository (ADR)? (Choose three.)
Which two statements are true about the SET VERIFY ON command? (Choose two.)
Which two statements are true about a self join? (Choose two.)
Which statement is true about database links?
Which two queries execute successfully? (Choose two.)
Which three statements are true about data block storage in an Oracle Database? (Choose three.)
Which two are benefits of external tables? (Choose two.)
Examine the description of the MEMBERS table:
Which three statements are true about sequences in a single instance Oracle database? (Choose three.)
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?
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 Privilege Analysis.
Which two are types of analyses can be done using the DBMS_PRIVILEGE_CAPTURE package? (Choose two.)
Examine the description of the SALES table:
Which three statements are true about a self join? (Choose three.)
Which three statements are true about performing Data Manipulation Language (DML) operations on a view with no INSTEAD OF triggers defined? (Choose three.)
You execute this command:
Sufficient storage is available in filesystem /u01.
Which two statements are true about the BIG_TBS tablespace? (Choose two.)
Which three functions are performed by dispatchers in a shared server configuration? (Choose three.)
The STATUS column contains the values 'IN STOCK' or 'OUT OF STOCK' for each row.
Which two queries will execute successfully? (Choose two.)
The standard block size is 8k but other non-standard block sizes will also be used.
Which two are requirements for this command to succeed? (Choose two.)
Which query is valid?
Examine the partial query:
SELECT city, last_name LNAME FROM members ...;
You want to display all cities that contain the string an. The cities must be returned in ascending order, with the last names further sorted in descending order.
Which two clauses must you add to the query? (Choose two.)
The SALES table has 55,000 rows.
Examine this statement:
Which two statements are true? (Choose two.)