Understanding Core Database Concepts Flashcards

1
Q

A Field

A

location in a record in which a particular type of data is stored

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

Column

A

attribute for a row or record

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

Row

A

record within a table

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

Table

A

Database object consisting of rows and columns

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

Record

A

Data Structure that is a collection of fields

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

Relational Model

A

data is organised in relational tables

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

Primary Key

A

Unique Identifier

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

SQL

A

Structured Query Language, used to queries on relational database tables

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

DML

A

Data Manipulation Language, insert, update and delete data

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

DDL

A

Data Definition Language, Create, Modify or Drop databases objects

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

Schema

A

description of a database to a DBMS

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

CREATE

A

adds database or objects

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

ALTER

A

changes database or objects

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

DROP

A

Removes database or objects

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