what is schema

by Manikandan| Views: 495

what is schema



Answers (4)
 
jack Said..

Schema in Relational Database Management System

The schema (pronounced skee-ma) of a database system is its structure described in a formal language supported by the database management system (DBMS). In a relational database, the schema defines the tables, the fields, relationships, views, indexes, packages, procedures, functions, queues, triggers, types, sequences, materialized views, synonyms, database links, directories, Java, XML schemas, and other elements.

Schemas are generally stored in a data dictionary. Although a schema is defined in text database language, the term is often used to refer to a graphical depiction of the database structure. In other words, schema is the structure of the database that defines the objects in the database.



aram10 Said..

schema is collection of objects
(table,view,procedure,function.....)



orson Said..

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. You can create and manipulate schema objects using Oracle Enterprise Manager.



Ravi Prakash Pandey Said..

The structure of the database is known as database schema or Schema is data about data



Register or Login to Post Your Opinion/Answer