Database Programming Language: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A Database Programming Language is a special-purpose programming language for databases. * <B>Context:</B> ** It can specify a Data Definition Language. ** It ...") |
No edit summary |
||
Line 25: | Line 25: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Concept]] |
Revision as of 10:20, 24 October 2013
A Database Programming Language is a special-purpose programming language for databases.
- Context:
- It can specify a Data Definition Language.
- It can specify a Data Manipulation Language.
- It can specify a Data Query Language.
- Example(s):
- Counter-Example(s):
- a Programming Language Middleware API, such as OBCD.
- See: Prolog, OBCD.
References
2013
- http://en.wikipedia.org/wiki/Database#Database_languages
- Database languages are special-purpose languages, which do one or more of the following:
- Data definition language - defines data types and the relationships among them
- Data manipulation language - performs tasks such as inserting, updating, or deleting data occurrences
- Query language - allows searching for information and computing derived information
- Database languages are specific to a particular data model.
- Database languages are special-purpose languages, which do one or more of the following: