DATABASE LANGUAGE
For supporting variety of users, a DBMS must provide appropriate languages and interfaces for each category of users to express database queries and updates. Once the design of database is complete and a DBMS is chosen to implement the database, it is important to first specify the conceptual and internal schemas for the database and any mappings between the two. Following languages are used to specify database schemas:
Data definition language (DDL)
Storage definition language (SDL)
View definition language (VDL)
Data manipulation language (DML)
Fourth-generation language (4GL)
In practice, the data definition and data manipulation languages are not two separate languages. Instead they simply form parts of a single database language and a comprehensive integrated language is used such as the widely used structured query language (SQL). SQL represents combination of DDL, VDL and DML, as well as statements for constraints specification and schema evaluation. It includes constructs for conceptual schema definition view definition, and data manipulation.It includes constructs for conceptual schema definition view definition, and data manipulation.
No comments:
Post a Comment