2 Flashcards

(37 cards)

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

An association between two or more entities

17
Q

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

18
Q

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

A

Entity-Relationship model

19
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

20
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.

21
Q

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

22
Q

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

23
Q

represented by ellipses that are connected with an ellipse

A

Composite Attributes

24
Q

attributes are depicted by dashed ellipse

25
attributes are depicted by double ellipse.
Multivalued
26
atomic values, which cannot be divided further. For example, a student's phone number is an atomic value of 10 digits
Simple attribute
27
are made of more than one simple attribute.
Composite attribute
28
the attributes that do not exist in the physical database, but their values are derived from other attributes present in the database.
Derived attribute
29
-value attributes contain single value.
Single-value attribute
30
Multi-value attributes may contain more than one values
Multi-value attribute
31
A set of attributes (one or more) that collectively identifies an entity in an entity set.
Super Key
32
A minimal super key is called a candidate key. An entity set may have more than one candidate key
Candidate Key
33
is one of the candidate keys chosen by the database designer to uniquely identify the entity set.
Primary Key
34
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
Super Key
35
is a set of attributes that uniquely identify tuples in a table
Candidate Key
36
super key with no repeated attributes
Candidate Key
37
column or group of columns in a table that uniquely identify every row in that table
Primary Key