Glossary Flashcards

1
Q

RDBMS

A

Relational Database Management

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

SQL

A

Structured Query Language

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

DIKW

A

Data, Information, Knowledge, Wisdom(pyramid)

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

DBMSs

A

Database Management Systems

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

Traversal

A

Process of visiting each node in a data structure and performing some action

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

Primary key

A

uniquely identifies each row and column or set of columns in the table

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

Foreign key

A

a set of constraints in DBMS that establish relationships between tables and also ensure consistency and integrity of data

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

Node

A

an item of data that can be accessed by two or more routes

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

Delimiter

A

character separating columnar data

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

JSON

A

JavaScript Object Notation

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

API

A

Application programming interface

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

Constraint

A

used to specify rules for the data in a table (primary key, foreign key, check, etc.)

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

Changelog

A

log or record of all notable changes made to a project

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

Attributes

A

the data connected with the entity(columns)

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

Entity

A

real world thing or object (rows)T

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

Tuple

A

row in a database

17
Q

ERD

A

Entity relation diagram

18
Q

Data redundancy

A

Having the same data, but at different places

19
Q

UNF table

A

Unnormalised form table

20
Q

Determinant

A

Any attribute that can be used to determine the values assigned to other attribute(s) in the same row.

21
Q

non-prime attribute

A

Attributes that are not part of any candidate key