What is an External Table?

          

What is an External Table?

<<Previous  Next>>

Oracle - What is an External Table? - June 27, 2009 at 11:00 AM

What is an External Table?  

A table with its data stored outside the database as an OS file is an external table.

The ORACLE_LOADER and ORACLE_DATAPUMP drivers are used to access data of external tables.

External tables can be used to load data from external files into database, or unload data from database to external files.

Also read

What is Nested Table?

Nested Table is a table inside a table. It can have several rows for each row of its parent table............

What is clusters?

Clusters group together tables that share common columns. These tables are often used together.........

Explain how to add a new column to an existing Table in Oracle.

Use the ALTER TABLE command to do this ALTER TABLE employee ADD (department VARCHAR2);.........

How many types of Tables supported by Oracle? Explain them

Ordinary (heap-organized) table, Clustered table, Index-organized table, Partitioned table...........

Explain how to view all columns in an Existing Table.

Use the command DESC and the table name to view the information about the columns..........

Explain how to recover a dropped Table in Oracle.

<<Previous  Next>>



Write your comment - Share Knowledge and Experience


 

 
Interview questions
Latest MCQs
» General awareness - Banking » ASP.NET » PL/SQL » Mechanical Engineering
» IAS Prelims GS » Java » Programming Language » Electrical Engineering
» English » C++ » Software Engineering » Electronic Engineering
» Quantitative Aptitude » Oracle » English » Finance
Home | About us | Sitemap | Contact us | We are hiring