Oracle Database Developer Question:
Explain Database Schema in Oracle?
Answer:
A schema is a collection of logical structures of data, or schema objects. A schema is owned by a database user and has the same name as that user. Each user owns a single schema. Schema objects can be created and manipulated with SQL and include: tables, views, and other types of data objects.
Previous Question | Next Question |
Described the Relation of a User Account and a Schema in Oracle? | Explain Database Table in Oracle? |