Datbase System Exam 1

5.0(1)
studied byStudied by 116 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/84

flashcard set

Earn XP

Description and Tags

Quizes

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

85 Terms

1
New cards

Application programs

To allow users to manipulate the information, the system has a number of

2
New cards

Network Maintenance

Which of the following in not a function of DBA?

3
New cards

Programs are not dependent on the physical and logical attributes of data

Data independence means

4
New cards

Attribute

A characteristic of an entity.

5
New cards

End Users

DBMS manages the interaction between __________ and database.

6
New cards

Network Model

Which of the following is a navigational data model model?

7
New cards

Retrieval of information stored in database
Insertion of new information into the database
Deletion of information from the database

Data Manipulation Language enables users to

8
New cards

alter

____ command can be used to modify a column in a table

9
New cards

Create information table in the Database

Data Manipulation Language (DML) is not to

10
New cards

logical

A level that describes data stored in a database and the relationships among the data.

11
New cards

Schema

A logical structure of the database.

12
New cards

Database Schema

Logical design of database is called

13
New cards

Physical

A level that describes how a record is stored.

14
New cards

Programs

DBMS is a set of __________ to access the data.

15
New cards

Geographic information systems (G I S)

Can store and analyze maps, weather data, and satellite images.

16
New cards

Data independence and Centralized control of data

DBMS helps achieve

17
New cards

DDL, DML and DQL

Which of the following is Database Language?

18
New cards

schema

A ……… is used to define overall design of the database

19
New cards

File processing system

Data redundancy and Data Inconsistency is one of the major drawbacks of

20
New cards

Call the DBMS to access the stored data

Database processing programs:

21
New cards

Database designers

_____ are considered database architects.

22
New cards

Instance

The actual content in the database at a particular point.

23
New cards

database warehouse

A ____ focuses primarily on storing data used to generate information required to make tactical or strategic decisions.

24
New cards

Data Model

A type of data abstraction that is used to provide a conceptual representation

25
New cards

DBMS system designers and implementors

They design and implement the DBMS modules and interfaces as a software package

26
New cards

True

T/F A data model is a graphical system used to capture the nature and relationships among data.

27
New cards

user

Which of the following isn't a level of abstraction?

28
New cards

Data is separated and isolated
Data is often duplicated
Application programs are dependent on file format

File processing systems have important limitations

29
New cards

view

The ______level helps application programs hide the details of data types.

30
New cards

HTML

Which of the following is not involved in DBMS?

31
New cards

Critical Level

Which of the following is not a level of data abstraction?

32
New cards

Conceptual

A(n) ____ model is independent of both hardware and software.

33
New cards

Stringent real-time requirements

It is better to use files than a DBMS when there are

34
New cards

redundancy

Data ____ exists when the same data are stored unnecessarily at different places.

35
New cards

Constraint

The restrictions placed on the data.

36
New cards

tree structure

The hierarchical database model is based on a ____.

37
New cards

It is an integrated collection of logically related records.
It consolidates separate files into a common pool of data records
Data stored in a database is independent of the application programs using it

The property / properties of a database is / are

38
New cards

Database Instance

Snapshot of the data in the database at a given instant of time is called

39
New cards

False

T/F With the traditional file processing approach, each application shares data files, thus enabling much data sharing.

40
New cards

Meta Data
Collection of programs to access data
Collection of interrelated data

A Database System is:

41
New cards

insert into R1
Delete from R2

Let R1(A, B, C, D) and R2(P, Q, R, S) be two relations in which A is the foreign key of R1 that refers to the primary key of R2. Which of the following operations causes the referential integrity constraint violation?

42
New cards

Primary key values cannot be null according to the entity integrity constraint.

What is TRUE about Entity Integrity Constraints?

43
New cards

True

T/F An entity instance of a subtype represents the same entity instance of the supertype.

44
New cards

supertypes

In a supertype/subtype hierarchy, subtypes that are lower in the hierarchy inherit attributes from not only their immediate supertype but from all ________ in the hierarchy.

45
New cards

completeness

A(n) ________ constraint is a type of constraint that addresses whether an instance of a supertype must also be an instance of at least one subtype.

46
New cards

predicate-defined subclass

The kind of subclass on which the entity become part of subclass by putting some condition on attribute values is classified as

47
New cards

identifying relationship

A(n) ________ is the relationship between a weak entity type and its owner

48
New cards

Snapshot

Thus a _______ of course data gives the values of all attributes, such as title and department, of all courses at a particular point in time.

49
New cards

Supertype

Which of the following is a generic entity type that has a relationship with one or more subtypes?

50
New cards

Instance

What term is used to refer to a specific record in your music database; for instance; information stored about a specific album?

51
New cards

False

T/F ERM is an acronym for Enterprise Reliability Model.

52
New cards

disjoint

The ________ rule specifies that an entity can be a member of only one subtype at a time.

53
New cards

Total specialization

Which of the following is a completeness constraint?

54
New cards

partial specialization

The ________ rule specifies that an entity instance of a supertype is allowed not to belong to any subtype.

55
New cards

derived attribute.

An attribute of an entity that is computed is a(n):

56
New cards

Recursive relationships

Relationships among entities of the same type are called_______?

57
New cards

mandatory

A relationship where the minimum and maximum cardinality are both one is a(n) ________ relationship.

58
New cards

Belong to the same entity class
Have the same attributes

All instances of a given entity?

59
New cards

False

T/F In an entity called STUDENT, you might find attributes of PROFESSOR-ID, Last-Name, First-Name and CLASSROOM.

60
New cards

there are attributes that apply to some but not all instances of an entity type.

Subtypes should be used when:

61
New cards

identify the entities

The first step to building an Entity Relationship Diagram is to _____

62
New cards

subtype discriminator.

An attribute of the supertype that determines the target subtype(s) is called the:

63
New cards

Relationship, attribute, entity

The three major parts of an ERM diagram are:

64
New cards

any

The Tuples of the relations can be of ____ order.

65
New cards

No proper subset is a super key

The subset of super key is a candidate key under what condition?

66
New cards

indivisible

A domain is atomic if elements of the domain are considered to be ______ units.

67
New cards

False

T/F The relationship among the instances of three entity types is called a unary relationship.

68
New cards

partial specialization

The rule specifies that an entity instance of a supertype is allowed not to belong to any subtype.

69
New cards

False

T/F In entity-relationship models, a member of a subtype does NOT necessarily have to be a member of the supertype.

70
New cards

Referential integrity

Which data modeling concept ensures that every relationship is supported by accurate and existing data?

71
New cards

both true

Which of the following statements are true:

1. Each superkey is a superset of some candidate key,

2. Each primary key is also a candidate key, but there may be candidate keys that are not primary keys).

72
New cards

False

T/F At most 2 distinct entity sets can be associated with any relationship set R.

73
New cards


There is no significance to attribute domains

Which of the following is FALSE about the properties of relations?

74
New cards

Candidate keys

In relational database minimal superkeys is known as:

75
New cards

Physical Data Modeling

Which data modeling stage involves transforming the logical data model into a database-specific schema?

76
New cards

associative entity

relationships modeled as an entity type. 

77
New cards

attribute 

property of an entity.

78
New cards

entity

person, place, object, concept, event.

79
New cards

relationship type

association between entity types.

80
New cards

data

facts, text, graphics, images, etc

81
New cards

cardinality constraint 

specifies maximum and minimum number of instances.

82
New cards

supertype

generalized entity type. 

83
New cards

uniquely identifies entity instances.

identifier

84
New cards

overlap rule

an entity belongs to two subtypes

85
New cards

specialization 


creating subtypes for an entity type