DBMS Flashcards
What are the the functions of DBMS?
- data storage, retrieval and update
- Concurrency control services
- recovery services
- provides a user accessible catalog
what is SQL ?
Structured query language -is a transform oriented language with 2 major components.
- DDL - a language used to define the data in a database structure
- DML - a set of operations that modify data in a database
importance of SQL
SQL is used in other standards and even influences development of other standards as a definitional tool. Examples include:
- ISO’s Information Resource Directory System (IRDS) Standard
- Remote Data Access (RDA) Standard
SELECT CLAUSE _____
Specifies which columns are to appear in output
DISTINCT clause ____
is used to eliminate duplicates
What clause is used to name a column
AS clause
Pools of values from which actual values appearing in columns of a table are drawn are known as
Domains
the process of exploiting the inherent data structures of a data model is referred to as
Data Definition
How we input, remove, amend and retrieve in a relation is a process referred to as
Data Manipulation
the overall accuracy, completeness, and consistency of data is referred to as
Data integrity