Answer these 100+ Oracle Database MCQs and see how sharp is your knowledge of Oracle Database.
Scroll down and let's start!
A. Relational Database Manager System
B. Rational Database Management System
C. Rational Database Manager System
D. Relational Database Management System
E. Ratio Database Management System
A. Header, Body and Footer
B. Header and Footer
C. Main, Content and Footer
D. Spec and Body
A. lock
B. commit
C. savepoint
D. rollback
A. A view must have aliases defined for the column names in the SELECT statement.
B. A view can be created as a join on two or more tables.
C. A view cannot have an ORDERBY clause in the SELECT statement.
D. A view cannot be created with a GROUP BY clause in the SELECT statement.
A. Update Record
B. Enter Query
C. Clear Record
D. Execute Query
E. Exit
A. Start with a letter
B. Can have the same name as any database object if that object is not owned by the same user
C. All of these
D. Can contain characters such as $, _ and #
A. LTER TABLE table_name STATUS ENABLE CONSTRAINT constraint_name;
B. ALTER TABLE table_name TURN ON CONSTRAINT constraint_name;
C. ALTER TABLE table_name ENABLE constraint_name;
D. ALTER TABLE table_name ENABLE CONSTRAINT constraint_name;
A. DBA_SOURCE
B. All of these
C. USER_SOURCE
D. ALL_SOURCE
A. Less then current value
B. More than current value
C. Present Value
D. Zero
A. SGA
B. PMON
C. SQL star plus
D. Database Link
A. DBA_FREE_SPACE
B. DBA_DATA_FILES
C. FILES_DBA_SPACE
D. FREE_DATA_FILES
A. ALTER INDEX index_name REBUILD
B. ALTER index_name REBUILD
C. ALTER INDEX REBUILD index_name
D. index_name REBUILD
A. They can be rebuilt online
B. Performed by issuing the command ALTER INDEX
C. All of these
D. Rebuilding indexes doesn't need a lock on the table
A. 7
B. 1
C. 8
D. 9
A. 0
B. 6
C. 4
D. 2
A. Queries
B. Clauses
C. Expressions
D. None. All are language elements of SQL.
E. Statements
A. Makes your environment the same across the enterprise
B. Is relatively easy to grant or revoke access for each specific job to other user
C. Is capable of running a program, anonymous PL/SQL blocks, stored procedure, executables or even a chain of commands
D. All of these
A. SELECT and DELETE
B. CREATE TABLE and DROP TABLE
C. DELETE and UPDATE
D. CREATE TABLE and SELECT
A. Oracle E-Business Suite
B. Oracle Enterprise Manager
C. Oracle Developer Suite
D. Oracle Customer Service Suite
E. Oracle Application Server
A. IS NOTHING
B. IS NULL
C. = NULL
D. IS EMPTY
A. Contact Relationship Marketing
B. Customer Relationship Management
C. Client Relationship Management
D. Customer Relationship Marketing
E. Customer Resource Management
A. Create another column
B. Random form of data
C. Create another table
D. Ordered form of data
A. Undo the last uncommitted transactions
B. Save the last uncommitted transactions
C. Maintains Log of the last uncommitted transactions
D. Redo the last uncommitted transactions
A. >=
B. AND
C. BETWEEN ... AND
D. <=
A. Redo log files
B. Control files
C. All of these
D. Data files
A. Rename
B. Delete
C. Insert
D. Update
A. True
B. False
A. Table
B. Lock
C. Role
A. IN
B. BETWEEN
C. LIKE
D. EXISTS
A. Having
B. When
C. Not in
D. In
A. Order Entry Module
B. Oracle Enterprise Manager
C. Oracle Equipment Model
D. Oracle Entry Manager
E. Original Equipment Manufacturer
A. distinct
B. join
C. order by
D. delete
A. Electronic Resource Planning
B. Electronic Resource Pricing
C. Early Retirement Plan
D. Employee Referral Program
E. Enterprise Resource Planning
A. Standard Query Language
B. Sequential Query Language
C. Structured Query Language
D. Symmetric Query Language
A. DB_SYSTEM_CLUSTER_SIZE
B. DB_BLOCK_SIZE
C. DB_SYSTEM_BLOCK_SIZE
D. DB_CLUSTER_SIZE
A. Drop
B. Update
C. Alter
D. Create
A. CUCKOO AND CARLIE
B. CHUCKOO AND CHARLIE
C. CHUCHKOO AND CARLIE
D. CHUCHKOO AND CHARLIE
A. Digital Encryption System
B. Data Entry Sheet
C. Dynamic Energy Saver
D. Data Encryption Standard
E. Data Extraction Segment
A. Oracle Certified Developer (OCD)
B. Oracle Certified Master (OCM)
C. Oracle Certified Associate (OCA)
D. Oracle Certified Professional (OCP)
A. An area that is used to allocate the I/O buffers from shared memory
B. An area in SGA that is used to store the most recently used data block
C. Circular buffer that holds information about changes made to the database
D. An area in SGA taht contains the database checkpoints
A. You obtain the results retrieved from the HR table that belongs to your schema.
B. You obtain the results retrieved from both the public synonym HR and the HR table that belongs to your schema, as a Cartesian product.
C. You obtain the results retrieved from the public synonym HR created by the database administrator
D. You get an error message because you cannot retrieve from a table that has the same name as a public synonym
A. Lock the record on result set
B. Unlock the record on result set
C. Select the record and deelete
D. Update the record set
A. flashback table <tablename> to before drop
B. rollback table <tablename> to before drop
C. rollback to segment
D. alter database cancel drop <tablename>
A. Segments, extents, data blocks, tablespaces
B. Data blocks, extents, segments, table spaces
C. Extents, data blocks, segments, tablespaces
D. Table spaces, data blocks, extents, segments
A. PMON
B. SQLMON
C. WRAP
D. SESSIONMON
A. Use the >= operator
B. Use the IN operator
C. Use the CAN EXIST operator
D. Use the <= operator
E. Use the = operator
A. The DESCRIBE DEPT statement displays the structure of the DEPT table.
B. The DESCRIBE DEPT statement displays the structure of the DEPT table only if there is a COMMIT statement introduced before the ROLLBACK statement.
C. The DESCRIBE DEPT statement returns an error ORA-04043:object DEPT does not exist
D. The ROLLBACK statement frees the storage space occupied by the DEPT table.
A. The whole table
B. Indexed output of the table
C. The definition only
D. The output of the table
A. GRANTselect,insert,modify ON student_grades TO manager WITH GRANT OPTION;
B. .GRANT select, insert, modify ON student_grades TO ROLE manager WITH GRANT OPTION;
C. GRANT select, insert, update ON student_grades TO manager;
D. GRANT select, insert, update ON student_grades TO manager WITH GRANT OPTION;
A. This feature cannot be implemented through /SQL*Plus.
B. Substitution variables
C. Replacementvariables
D. Instead-of variables