Question 61
View the Exhibit and examine the structure of the stores table.
You want to display the name of the store along with the address, START_DATE, PROPERTV_PRICE, and the projected property price, which is 115% of the property price. The stores displayed must have START_DATE in the range of 36 months starting from 01Jan-2000 and above.
Which SQL statement would get the desired output?
A)
B)
C)
D)
Question 62
Which two tasks can be performed by using Oracle SQL statements?
Question 63
You need to produce a report where each customer's credit limit has been incremented by
$1000. In the output, the customer's last name should have the heading Name and the incremented credit limit should be labeled New Credit Limit. The column headings should have only the first letter of each word in uppercase.
Which statement would accomplish this requirement?
Question 64
Which two statements are true about conditional INSERT ALL? (Choose two.)
Question 65
In which normal form is a table, if it has no multi-valued attributes and no partial dependencies?
