Schema defines the over all structure of the database. In general, schema defines the tables, the fields in each table, and the relationships between fields and tables. Schema will be stored in a data dictionary.
From Oracle website:
A schema is a collection of database objects. A schema is owned by a database user and has the same name as that user. Schema objects are logical structures created by users to contain, or reference, their data. Schema objects include structures like tables, views, and indexes. For more information:
www.oracle.com
From Oracle website:
A schema is a collection of database objects. A schema is owned by a database user and has the same name as that user. Schema objects are logical structures created by users to contain, or reference, their data. Schema objects include structures like tables, views, and indexes. For more information:
www.oracle.com