Basic Oracle Concepts and Programming Question:
Download Job Interview Questions and Answers PDF
What is a 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.
Download Oracle Database Interview Questions And Answers
PDF
Previous Question | Next Question |
What Is a User Role in Oracle? | What Is a Database Table in Oracle? |