2 Flashcards

1
Q

used by various users for various purposes

A

DBMS

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

can be seen as single tier or multi tier or n-tier architecture

A

DBMS Architecture

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

It does not provide handy tools for end users and preferably database designer and programmers use single tier architecture

A

DBMS/1 Tier Architecture

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

must have some application, which uses the DBMS

A

2-tier Architecture

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

separates it tier from each other on basis of users

A

3-tier architecture

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

tells how the logical structure of a database is modeled

A

Data Model

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

are fundamental entities to introduce abstraction in DBMS

A

Data Model

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

define how data is connected to each other and how it will be processed and stored inside the system

A

Data Model

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

Goal– make sure all data objects required by a database are completely and accurately represented

A

Data Modeling

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

precise description of the data content in a system

A

Data Model

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

Design the database at physical, logical and view level

A

Data Model

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

represents the nature of data, and the business logic to control the data. It is also organize the database

A

Data Modeling

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

helps to communicate between business people, who requires the computer system, and the technical people who can fulfill their requirements.

A

Data Modeling

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

a class of real world objects having common attributes (e.g., sites, variables, methods).

A

Entity

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

A characteristic or property of an entity (site name, latitude, longitude)

A

Attribute

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

the number of entities on either end of a relationship (one-to-one, one-to- many, many-to-many, etc.)

A

Cardinality

17
Q

based on the notion of real world entities and relationship among them

A

Entity-Relationship model

18
Q

in ER model is real world entity, which has some properties called attributes. Every attribute is defined by its set of values called domain

A

Entity

19
Q

The logical association among entities is called. are mapped with entities in various ways. Mapping cardinalities define the number of association between two entities.

A

Relationship

20
Q

represented by means of rectangles. Rectangles are named with the entity set they represent.

A

Entities

21
Q

the properties of entities. are represented by means of ellipses. Every ellipse represents one attribute and is directly connected to its entity (rectangle).

A

Attributes

22
Q

represented by ellipses that are connected with an ellipse

A

Composite Attributes

23
Q

attributes are depicted by dashed ellipse

A

Derived

24
Q

ttributes are depicted by double ellipse.

A

Multivalued

25
Q

atomic values, which cannot be divided further. For example, a student’s phone number is an atomic value of 10 digits

A

Simple attribute

26
Q

are made of more than one simple attribute.

A

Composite attribute

27
Q

the attributes that do not exist in the physical database, but their values are derived from other attributes present in the database.

A

Derived attribute

28
Q

-value attributes contain single value.

A

Single-value attribute

29
Q

Multi-value attributes may contain more than one values

A

Multi-value attribute

30
Q

A set of attributes (one or more) that collectively identifies an entity in an entity set.

A

Super Key

31
Q

A minimal super key is called a candidate key. An entity set may have more than one candidate key

A

Candidate Key

32
Q

is one of the candidate keys chosen by the database designer to uniquely identify the entity set.

A

Primary Key

33
Q

group of single or multiple keys which identifies rows in a table. A Super key may have additional attributes that are not needed for unique identification

A

Super Key

34
Q

is a set of attributes that uniquely identify tuples in a table

A

Candidate Key

35
Q

super key with no repeated attributes

A

Candidate Key

36
Q

column or group of columns in a table that uniquely identify every row in that table

A

Primary Key