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:
This module will teach you to:
- Create a table
- Work with the basic Oracle datatypes
- Create a table using the Schema Manager
- Generate a list of the tables in your Oracle database
- Gather information about the columns in a table
- Modify a table by adding or modifying columns
- 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.