Exam 7: Basic Table 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
After a table is defined,you can use SQL to add data to the table.
(True/False)
4.9/5
(31)
In Oracle 10g release 2 (10.2)each database has its own Database Control service running on a Windows computer (selected when creating the database using the ________________________________________ tool.)
(Short Answer)
4.9/5
(36)
A(n)____________________ is a query that is embedded in another SQL command.
(Short Answer)
4.9/5
(39)
The ____ runs on a database server through an HTTP protocol and could have security issues.
(Multiple Choice)
4.7/5
(30)
A ____ is the basic storage unit for data in the Oracle 10g database.
(Multiple Choice)
4.9/5
(41)
The ____ datatype stores unstructured data in binary format.
(Multiple Choice)
4.9/5
(40)
Temporary tables use temporary segments in either a temporary tablespace or a permanent tablespace.
(True/False)
4.8/5
(37)
All full table scans by queries read the entire table,including any deleted extents,ultimately leading to poor performance.
(True/False)
4.8/5
(47)
Tables can be partitioned to store large quantities of data and increase performance of access to that data.
(True/False)
4.9/5
(32)
A(n)____________________ alias is a short name for a results column and is used when generating tables or views to give the results column a valid column name.
(Short Answer)
4.8/5
(43)
Locally managed tables eliminate much of the work in managing storage space.
(True/False)
4.9/5
(34)
A(n)____ table is a table where the primary key contains both the index and the data (non-indexed columns in the table).
(Multiple Choice)
4.8/5
(45)
An object table is ____ when you insert records into the table.
(Multiple Choice)
4.7/5
(42)
Oracle 10g allows the physical splitting of table data into separated sections called ____.
(Multiple Choice)
4.9/5
(41)
____ tables contain data in a file outside the database,such as in a text file.
(Multiple Choice)
4.8/5
(41)
To prevent row migration,you can adjust two storage parameters to suit the characteristics of your table's data: PCTFREE and ____.
(Multiple Choice)
4.8/5
(46)
Tablespace parameters cannot be overridden by setting them when you create a table.
(True/False)
4.7/5
(41)
You should use a(n)____________________ table when the data is retrieved by primary key values or ranges of primary key values.
(Short Answer)
4.8/5
(33)
Showing 81 - 100 of 104
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)