RelationalDBDesign
SiteMap
Database Architecture
Database Admin
Managing Users
Managing Objects
Backup Recovery
Admin Tasks
Managing Tables
«Prev
Next»
Managing Objects
Space Management
Storage Management Concepts
Data Blocks
Data System Blocks
Segment Role
Oracle extents Data
Extent Allocation
Setting Extent Size
Tablespace Default
Data Dictionary Storage
Oracle Free Space
Oracle Lists
Space Blocks
Free Space
Table Space Fragmentation
Tablespace Database Objects
Correct Table Space
Coalesce Tablespace
Space Management Conclusion
Managing Tables
Schema Manager Table
Creating Table Syntax
Managing Constraints
Four Basic Constraints
Primary Key Constraints
Data Dictionary Constraints
Oracle Indexes
Oracle Database Index
Oracle Data Index
Index Types
Bitmapped Index
Create Table Index
Separate Indexes-
Alter Index Attributes
Rebuilding Oracle Index
Data Dictionary Views
Drop Index Oracle
Using Oracle Indexes
Managing Privileges
Listing Privileges Columns
Revoking Object Privileges
Database Security Roles
Database Roles
Creating Roles
Granting Role Privileges
Default non Default Roles
Password Protected Roles
WITH ADMIN OPTION
Securit yGranted By Roles
Invoker Caller Routine
View Information about Roles
Listing Granted Roles
Drop Database Role
Altering and Dropping tables - Quiz
Each question is worth one point. Select the best answer for each question.
1.
Which action cannot be done using the
ALTER TABLE
command?
Please select the best answer.
A.
Add a column to a table
B.
Drop a column from a table
C.
Rename a table
D.
Change the storage characteristics of a table
2.
When you
DROP
a table, you actually delete:
Please select the best answer.
A.
Just the table structure
B.
The table structure and the data it contains
C.
Just the data contained in the table
D.
The table structure, the data the table contains, and the indexes, constraints, and triggers associated with the table
3.
How does dropping a table affect other database objects?
Please select the best answer.
A.
Dropping a table never affects other database objects.
B.
Dropping a table can affect other database objects.
C.
Dropping a table can affect other database objects, but Oracle lets you know in advance.
D.
You cannot drop a table in Oracle 8.
Score =
Correct answers:
Quiz Explanation
x