Question: 1
View the Exhibit and examine the data in the PRODUCTS table.
You must display product names from the PRODUCTS table that belong to the 'Software/other' category with minimum prices as either $2000 or $4000 and with no unit of measure.
You issue this query:
Which statement is true?
Question: 2
Examine the structure of the EMPLOYEES table.
You must display the maximum and minimum salaries of employees hired 1 year ago.
Which two statements would provide the correct output? (Choose two.)
Answer : B, D
Show Answer
Hide Answer
Question: 3
Which two statements are true regarding the execution of the correlated subqueries? (Choose two.)
Question: 4
Which two statement are true regarding table joins available in the Oracle Database server? (Choose two.)
Question: 5
You issued this command:
SQL > DROP TABLE employees;
Which three statements are true? (Choose three.)