Exam 10: Basic Data Management
Exam 1: Oracle Architecture Overview79 Questions
Exam 2: Tools and Architecture100 Questions
Exam 3: Creating an Oracle Instance109 Questions
Exam 4: Oracle Physical Architecture and Data Dictionary Views110 Questions
Exam 5: Basic Storage Concepts and Settings104 Questions
Exam 6: The Basics of Querying a Database109 Questions
Exam 7: Basic Table Management104 Questions
Exam 8: Advanced Table Management84 Questions
Exam 9: Constraints, indexes, and Other Specialized Objects108 Questions
Exam 10: Basic Data Management65 Questions
Exam 11: Advanced Data Management89 Questions
Exam 12: Security Management110 Questions
Exam 13: Performance Monitoring84 Questions
Exam 14: Proactive Maintenance83 Questions
Exam 15: Backup and Recovery86 Questions
Select questions type
The metadata of an external table is stored in the database.
Free
(True/False)
4.8/5
(36)
Correct Answer:
True
The ____ statement lets you remove existing rows from tables.
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
A
External tables can have all DML statements executed against them.
Free
(True/False)
4.9/5
(40)
Correct Answer:
False
The locking mode ____________________ prohibits changes and allows queries only.
(Short Answer)
5.0/5
(31)
There are three primary DML statements used to change data in an Oracle database.These statements are INSERT,UPDATE,and ____________________.
(Short Answer)
4.8/5
(36)
SQL Loader can often be even as much as thousands of times faster in bulk loading data into a database,in comparison to executing a multitude of individually coded INSERT statements.
(True/False)
5.0/5
(39)
In general a properly coded application is likely to contain many more ROLLBACK than COMMIT statements.
(True/False)
4.9/5
(43)
The ____________________ utility can be used to rapidly load entire data sets into tables.
(Short Answer)
4.9/5
(38)
A(n)____________________ statement is commonly known as an upsert in that rows already existing in the target table are updated by source table rows.
(Short Answer)
4.7/5
(35)
The locking mode ____ is similar to ROW SHARE,additionally prohibiting a SHARE lock on the table.
(Multiple Choice)
4.8/5
(41)
A(n)____________________ INSERT statement adds to a single table.
(Short Answer)
4.7/5
(34)
The INSERT,UPDATE,and DELETE statements change data in a database and are thus all DDL statements.
(True/False)
4.9/5
(35)
A ____ is the most basic storage unit for data in Oracle 10g.
(Multiple Choice)
4.9/5
(36)
The ____ statement creates a label.That label can be used later in a transaction as a point to roll back to.
(Multiple Choice)
4.9/5
(47)
A(n)____________________ contains data in a file outside the database,such as in a text file.
(Short Answer)
4.9/5
(33)
____________________ are two-dimensional storage structures comprised of rows and columns.
(Short Answer)
4.7/5
(39)
A transaction is completed on execution of a COMMIT or ____ statement,or a disconnection from a session.
(Multiple Choice)
4.8/5
(31)
Showing 1 - 20 of 65
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)