RelationalDBDesign
RedhatLinuxSys Seomining
prev next prev next
Course navigation
Lesson 1
Managing tables
A table is the basic logical structure in a database. All data in your Oracle database is stored in a table and understanding how to manage tables is one of the basic skills for a database administrator.
This module will teach you to:
  1. Create a table
  2. Work with the basic Oracle datatypes
  3. Create a table using the Schema Manager
  4. Generate a list of the tables in your Oracle database
  5. Gather information about the columns in a table
  6. Modify a table by adding or modifying columns
  7. Delete a table
The table is the basic building block of your Oracle database, and so the information in this chapter is indispensable for working with your database.
Course navigation