Basic Oracle Concepts and Programming Question:

What Are the Restrictions on External Table Columns?

Tweet Share WhatsApp

Answer:

When creating external table columns, you need to watch out some restrictions:

► "PRIMARY KEY" is not allowed.
► "NOT NULL" is not allowed.
► "DEFAULT value" is not allowed.

Download Oracle Database PDF Read All 430 Oracle Database Questions
Previous QuestionNext Question
How To Load Data through External Tables?What Is a Directory Object?