Question 116
Examine these SQL statements which execute successfully:
Which two statements are true after execution? (Choose two.)
Question 117
Which two are true about creating tables in an Oracle database?
Question 118
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 119
You create a table by using this command:
CREATE TABLE rate_list (rate NUMBER(6,2));
Which two are true about executing statements? (Choose two.)
Question 120
Which two are true about queries using set operators (UNION, UNION ALL, INTERSECT and MINUS)?
