What is a Database Schema

Q

What is a Database Schema? - Oracle DBA FAQ - Oracle Basic Concepts

✍: FYIcenter.com

A

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.

2007-04-21, 4839👍, 0💬