what is External tables? explain with examples

Answer Posted / jayaprakash gutti

External table is a complement to SQl* Loader.
External table is more faster compared to SQL loader when
there is thousands of records in source data file.

When we create External table, a link is established between
external table and source data file (which is located in the
file system/Oracle Server).

whenever we query external table like:

select * from external_table;

it fetches data from the file and displayed.
also, external tables are read-only.
you can't perform DML operations.

we can insert the data in the external table to any of the
data base table we want.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between cursor and trigger?

550


What are the two types of periodical indexes?

501


Define join and name different types of joins?

512


What are the different sql commands?

507


What are variables in pl sql?

554






Explain the uses of control file.

610


What does := mean in pl sql?

551


How many types of sql are there?

519


What are predefined functions in sql?

526


What are sql injection vulnerabilities?

494


Are there any features that are decommissioned in 11g that are not present in 11g?

1587


Why cannot I use bind variables in ddl/scl statements in dynamic sql?

659


How can you tell the difference between an index and a view?

487


What is the best sql course?

527


What is compilation error in pl sql?

502