Oracle Table

TRUNCATE removes all rows from a table. The operation cannot be rolled back and no triggers will be fired.....
The desc table_name command is used to view the structure of the table....
ALTER Command supports only the RENAME TABLE and ADD COLUMN variants...
Alter Table command is a DDL command that is used to change the definition of the table....
Column can’t be deleted with alter command. Column can’t be renamed a column.....
In Oracle, tables are the basic storage units. There are several types of database tables. Different types of tables have different characteristics.....
The maintenance and management of temporary tables can be delegated to the server by using Global Temporary Tables.......
What is Nested Table? - Nested Table is a table inside a table. It can have several rows for each row of its parent table..
How to add a new column to an existing Table - Use the ALTER TABLE command to do this....
How many types of Tables supported by Oracle? - Oracle supports 4 types of tables based on how data is organized in storage.....