READ Free Dumps For Oracle- 1z0-047
Question ID 6425 | A non-correlated subquery can be defined as ____. |
Option A | a set of sequential queries, all of which must always return a single value |
Option B | a set of sequential queries, all of which must return values from the same table |
Option C | a SELECT statement that can be embedded in a clause of another SELECT statement only |
Option D | a set of one or more sequential queries in which generally the result of the inner query is used as the search value in the outer query |
Correct Answer | D |
Question ID 6426 | You need to create a table for a banking application with the following considerations: 1) You want a column in the table to store the duration of the credit period. 2) The data in the column should be stored in a format such that it can be easily added and subtracted with 3) Date type data without using the conversion functions. 4) The maximum period of the credit provision in the application is 30 days. 5) The interest has to be calculated for the number of days an individual has taken a credit for. http://www.gratisexam.com/ Which data type would you use for such a column in the table? |
Option A | INTERVAL YEAR TO MONTH |
Option B | INTERVAL DAY TO SECOND |
Option C | TIMESTAMP WITH TIME ZONE |
Option D | TIMESTAMP WITH LOCAL TIME ZONE |
Correct Answer | B |