Intro Flashcards

1
Q

What is database

A

Is a collection of related data

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

Types of database language

A

Data definition language- (DDL)
Data manipulation language(DML)
Data control language (DCL)

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

Define DDL

A

Is a database language that describes data structures and data in a database.

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

Define DML

A

Is a database language that consists of commands that operate on the data within the database.

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

The SQL is composed of which DML statements

A

Select
Update
Insert
Delete

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

Define DCL

A

Refers to SQL commands used for data security

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

Database models definition

A

Is a format of a database.

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

Examples of database models

A
  • Hierarchical model
  • Network model
  • Relational model
  • Object model
  • Semi-structured model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain hierarchical model

A

Organizes data in a tree structure

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

Xplain Network model

A

Is a database model that allows multiple records to be linked to the same owner file

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

Explain DBMS

A

A software package that facilitates the creation and maintenance of computerized database.

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

Importances of DBMS

A
  • To give access to data in a simple way
  • To authorize an access of information to multiple users
  • To handle data present in a database.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Features of DBMS

A

—Data Security: Prevents unauthorized users from viewing or updating the database

  • Data integrity
  • Data independence
  • Interactive query
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

RDBMS in full

A

Relational database management system

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

RDBMS meaning

A

Is a form of DBMS that stores data in form of related tables

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