You want to display 5 percent of the rows from the SALES table for products with the lowest AMOUNT_SOLD and also want to include the rows that have the same AMOUNT_SOLD even if this causes the output to exceed 5 percent of the rows.
Which query will provide the required result?
Correct Answer:
A
Which statement is true about transactions?
Correct Answer:
B
References:
https://docs.oracle.com/database/121/CNCPT/transact.htm#CNCPT038
You must create a table for a banking application. (Choose the best answer.) One of the columns in the table has these requirements:
1: A column to store the duration of a short team loan
2: The data should be stored in a format supporting DATE arithmetic with DATE datatypes without using conversion functions.
3: The maximum loan period is 30 days.
4: Interest must be calculated based on the number of days for which the loan remains unpaid. Which data type would you use?
Correct Answer:
D
Which three arithmetic operations can be performed on a column by using a SQL function that is built into Oracle database? (Choose three.)
Correct Answer:
ACE
Evaluate the following ALTER TABLE statement:
ALTER TABLE orders
SET UNUSED (order_date); Which statement is true?
Correct Answer:
A