Question 201
Examine the structure of the PROGRAMStable:
Which two SQL statements would execute successfully?
SELECT NVL(ADD_MONTHS(END_DATE,1)SYSDATE)
Question 202
Which statement is true regarding the INTERSECT operator?
Question 203
View the Exhibit and examine the data in the PRODUCTStable.
Which statement would add a column called PRICE, which cannot contain NULL?
ALTER TABLE products
Question 204
Evaluate the following query:
What would be the outcome of the above query?
Question 205
What is true about non-equijoin statement performance?
