DBMS Flashcards

1
Q

What are the the functions of DBMS?

A
  • data storage, retrieval and update
  • Concurrency control services
  • recovery services
  • provides a user accessible catalog
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is SQL ?

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

importance of SQL

A

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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SELECT CLAUSE _____

A

Specifies which columns are to appear in output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

DISTINCT clause ____

A

is used to eliminate duplicates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What clause is used to name a column

A

AS clause

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Pools of values from which actual values appearing in columns of a table are drawn are known as

A

Domains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

the process of exploiting the inherent data structures of a data model is referred to as

A

Data Definition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How we input, remove, amend and retrieve in a relation is a process referred to as

A

Data Manipulation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

the overall accuracy, completeness, and consistency of data is referred to as

A

Data integrity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly