Which three statements are true about sequences in a single instance Oracle database?
Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database? (Choose three.)
The SCOTT/TIGER user exists in two databases, BOSTON_DB and DALLAS_DB, in two different locations.
Each database has a tnsnames.ora file defining DALLAS_DB as a service name.
Examine this command:
CREATE DATABASE LINK dblink1 CONNECT TO scott IDENTIFIED BY tiger USING ‘dallas_db’;
How do you execute the command so that only SCOTT in BOSTON_DB can access the SCOTT schema in DALLAS_DB?
You execute this query:
SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), ‘MON’), ‘dd “Monday for” fmMonth rrrr’)
What is the result?
Your database instance was shut down normally and then started in NOMOUNT state. You then execute this command:
ALTER DATABASE MOUNT;
Which two actions are performed? (Choose two.)
Which three statements are true about undo segments and the use of undo by transactions in an Oracle database instance? (Choose three.)
Examine this command:
SQL> ALTER TABLE ORDERS SHRINK SPACE COMPACT
Which two statements are true?
Which two statements are true about the WHERE and HAVING clauses in a SELECT statement? (Choose two.)
Which three statements are true about the naming methods and their features supported by Oracle database used to resolve connection information?