DB2 Flashcards

1
Q

What is a Database?

A

A database is an organized collection of structured information, or data, typically stored electronically in a computer system

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

What is a Database usually controlled by?

A

A DBMS

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

What is a DBMS?

A

A DBMS serves as an interface between the database and its end users or programs, allowing users to retrieve, update, and manage how the information is organized and optimized

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

Noem 7 DBMSystems

A

MySQL​

Microsoft Access​

Microsoft SQL Server​

Oracle Database​

Neo4J​

MangoDB​

PostgreSQL​

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

What is a Database Software?

A

Database software is used to create, edit, and maintain database files and records, enabling easier file and record creation, data entry, data editing, updating, and reporting. The software also handles data storage, backup and reporting, multi-access control, and security.

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

What are the 5 types of databases?

A

Relational dB, Object-oriented Db, Data Warehouses, NOSQL Db, Graph DB

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

What is a RDBMS?

A

A relational database is a type of database that stores and provides access to data points that are related to one another.

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

What are the benefits of RDBMS?

A

Data Consistency​

Commitment and atomicity​

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

What are the ACID properties?

A

Atomicity defines all the elements that make up a complete database transaction.​

Consistency defines the rules for maintaining data points in a correct state after a transaction.​

Isolation keeps the effect of a transaction invisible to others until it is committed, to avoid confusion.​

Durability ensures that data changes become permanent once the transaction is committed.​

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

What are Data Models?

A

Conceptual tools to describe data.​

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

Entity

A

An entity can be a real-world object, that can be easily identifiable. For example, in a school database: students, teachers, classes, and courses offered can be considered as entities. ​

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

Attributes

A

Things that describe the Entity. ( student name, age, birthday …) ​

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

Relationship

A

The association among entities is called a relationship. For example, an employee works at a department, a student enrolls in a course. ​

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

Cardinality

A

Defines the numerical attributes of the relationship between two entities or entity sets. The three main cardinal relationships are one-to-one, one-to-many, and many-many.

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

ER-Diagram

A

An Entity Relationship (ER) Diagram is a type of flowchart that illustrates how “entities” such as people, objects or concepts relate to each other within a system.

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

What are ER-Diagrams used for?

A

ER Diagrams are most often used to design or debug relational databases in the fields of software engineering, business information systems, education and research.

17
Q
A