MultipleChoice
You want to display 5 percent of the rows from the SALES table for products with the lowest AMOUNT_SOLD and also want to include the rows that have the same AMOUNT_SOLD even if this causes the output to exceed 5 percent of the rows.
Which query will provide the required result?
OptionsMultipleChoice
Which two statements are true regarding roles? (Choose two.)
OptionsMultipleChoice
Which statement is true regarding external tables?
OptionsMultipleChoice
Which two statements are true about Data Manipulation Language (DML) statements? (Choose two.)
OptionsMultipleChoice
Evaluate the following SQL statement:
SQL> 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 either one of which can complete the query. (Choose three.)
OptionsMultipleChoice
Which two statements are true about the WHERE and HAVING clauses in a SELECT statement?
OptionsMultipleChoice
The INVOICE table has a QTY_SOLD column of data type NUMBER and an INVOICE_DATE column of data type DATE NLS_DATE_FORMAT is set to DD-MON-RR.
Which two are true about data type conversions involving these columns in query expressions?
OptionsMultipleChoice
Examine the description of the PRODUCTS table:
Which three queries use valid expressions?
OptionsMultipleChoice
Examine the structure of the two tables.
Which two queries execute successfully? (Choose two.)
MultipleChoice
Which three actions can you perform on an existing table containing data? (Choose three.)
Options