Which three statements are true about table data storage in an Oracle Database? (Choose three.)
Which three statements are true about the DESCRIBE command? (Choose three.)
Which three activities are recorded in the database alert log? (Choose three.)
You need to calculate the number of days from 1st January 2019 until today.
Dates are stored in the default format of DD-MON-RR.
Which two queries give the required output? (Choose two.)
Which three statements are true about the tools used to configure Oracle Net Services? (Choose three.)
Which two statements are true about views used for viewing tablespace and datafile information? (Choose two.)
Examine this SQL statement:
SELECT cust_id, cust_last_name “Last Name”
FROM customers
WHERE country_id = 10
UNION
SELECT cust_id CUST_NO, cust_last_name
FROM customers
WHERE country_id = 30
Identify three ORDER BY clauses, any one of which can complete the query successfully. (Choose three.)
Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)
Examine this command:
Which two statements are true? (Choose two.)
Which three are types of segments in an Oracle Database? (Choose three.)