Data Models Flashcards

1
Q

This is the description of a database. Includes description of the database structure, data types, and the constraints on the database.

A

Database Schema

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

It is an illustrative display of (most aspects of) a database schema

A

Schema Diagram

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

It is a component of schema or an object within the schema, e.g, STUDENT, COURSE

A

Schema Construct

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

It is the actual data stored in a database at a particular moment in time

It also includes the collection of all the data in the database

A

Database State

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

A database state is also called as?

A

database instance or occurrence or snapshot

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

In a database state, this refers to the database state after defining a new database

A

Empty State

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

In a database state, this refers to the database state when the database is first populated or loaded with initial data

A

Initial State

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

In this database state, it is a state that satisfies the structure and constraints of the database at any point in time. Also known as the current state.

A

Valid State

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

Database Schema or Database State?

This database changes infrequently.

A

Database Schema

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

Database Schema or Database State?

Changes every time the database is updated

A

Database State

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

A schema is also called?

A

intension

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

A state is also called?

A

extension

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

It is a collection of concepts used to describe the structure of a database and the operations for manipulating these structures

A

Data Model

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

—— of a database includes datatypes, relationships, and constraints.

A

Structure

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

—– specify some restriction on valid data; these constraints must be enforced at all times.

A

Constraints

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

In the categories of data models, this refer to (high-level, semantic) data models. It provides concept that are close to the way many users perceive data.

A

conceptual

17
Q

In the categories of data models, this refer to (low-level, internal) data models. Provides concepts that describe details of how data is stored in the computer. It is generally meant for computer specialists and not for typical end-users

18
Q

In the categories of data models, this refer to (representational) data model. Provide concepts that fall between the physical and conceptual, used by many commercial DBMS implementations.

A

Implementation

19
Q

This category of data model is also called as an entity based or object-based data models

A

Conceptual