Which three statements are true about inner and outer joins? (Choose three.)
Which three statements are true about dropping and unused columns in an Oracle database? (Choose three.)
Which three functions are performed by dispatchers in a shared server configuration? (Choose three.)
The stores table has a column START_DATE of data type DATE, containing the date the row was inserted. You only want to display details of rows where START_DATE is within the last 25 months. Which where clause can be used?
Examine the description of the EMPLOYEES table:
Which query is valid?
Which three statements are true about GLOBAL TEMPORARY TABLES? (Choose three.)
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?
Which statement is true about aggregate functions?
Which three statements are true about using SQL*Plus?
Which two statements are true regarding the UNION and UNION ALL operators? (Choose two.)
Which two queries execute successfully?
Examine the description of the customers table:
You need to display last names and credit limits of all customers whose last name starts with A or B in lower or upper case, and whose credit limit Is below 1000.
Examine this partial query:
SELECT cust_last_name, cust_credit_limit FROM customers
Which two where conditions give the required result?
A)
B)
C)
D)
E)
Which two statements are true about Enterprise Manager Database Express? (Choose two.)
Which compression method is recommended for Direct-Path Insert operations?
Which three statements are true about the tools used to configure Oracle Net Services? (Choose three.)
Examine this command:
SQL> ALTER TABLE ORDERS SHRINK SPACE COMPACT
Which two statements are true?
Which three statements are true about roles?
Which three statements are true about Deferred Segment Creation in Oracle databases?
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.)
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 country_id = 30
Identify three ORDER BY clauses, any one of which can complete the query successfully. (Choose three.)
Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)