Datbase System Exam 1

studied byStudied by 114 people
5.0(1)
Get a hint
Hint

Application programs

1 / 84

flashcard set

Earn XP

Description and Tags

Quizes

85 Terms

1

Application programs

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

New cards
2

Network Maintenance

Which of the following in not a function of DBA?

New cards
3

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

Data independence means

New cards
4

Attribute

A characteristic of an entity.

New cards
5

End Users

DBMS manages the interaction between __________ and database.

New cards
6

Network Model

Which of the following is a navigational data model model?

New cards
7

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

New cards
8

alter

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

New cards
9

Create information table in the Database

Data Manipulation Language (DML) is not to

New cards
10

logical

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

New cards
11

Schema

A logical structure of the database.

New cards
12

Database Schema

Logical design of database is called

New cards
13

Physical

A level that describes how a record is stored.

New cards
14

Programs

DBMS is a set of __________ to access the data.

New cards
15

Geographic information systems (G I S)

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

New cards
16

Data independence and Centralized control of data

DBMS helps achieve

New cards
17

DDL, DML and DQL

Which of the following is Database Language?

New cards
18

schema

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

New cards
19

File processing system

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

New cards
20

Call the DBMS to access the stored data

Database processing programs:

New cards
21

Database designers

_____ are considered database architects.

New cards
22

Instance

The actual content in the database at a particular point.

New cards
23

database warehouse

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

New cards
24

Data Model

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

New cards
25

DBMS system designers and implementors

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

New cards
26

True

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

New cards
27

user

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

New cards
28

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

File processing systems have important limitations

New cards
29

view

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

New cards
30

HTML

Which of the following is not involved in DBMS?

New cards
31

Critical Level

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

New cards
32

Conceptual

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

New cards
33

Stringent real-time requirements

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

New cards
34

redundancy

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

New cards
35

Constraint

The restrictions placed on the data.

New cards
36

tree structure

The hierarchical database model is based on a ____.

New cards
37

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

New cards
38

Database Instance

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

New cards
39

False

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

New cards
40

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

A Database System is:

New cards
41

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?

New cards
42

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

What is TRUE about Entity Integrity Constraints?

New cards
43

True

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

New cards
44

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.

New cards
45

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.

New cards
46

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

New cards
47

identifying relationship

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

New cards
48

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.

New cards
49

Supertype

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

New cards
50

Instance

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

New cards
51

False

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

New cards
52

disjoint

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

New cards
53

Total specialization

Which of the following is a completeness constraint?

New cards
54

partial specialization

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

New cards
55

derived attribute.

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

New cards
56

Recursive relationships

Relationships among entities of the same type are called_______?

New cards
57

mandatory

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

New cards
58

Belong to the same entity class
Have the same attributes

All instances of a given entity?

New cards
59

False

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

New cards
60

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

Subtypes should be used when:

New cards
61

identify the entities

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

New cards
62

subtype discriminator.

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

New cards
63

Relationship, attribute, entity

The three major parts of an ERM diagram are:

New cards
64

any

The Tuples of the relations can be of ____ order.

New cards
65

No proper subset is a super key

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

New cards
66

indivisible

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

New cards
67

False

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

New cards
68

partial specialization

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

New cards
69

False

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

New cards
70

Referential integrity

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

New cards
71

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

New cards
72

False

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

New cards
73


There is no significance to attribute domains

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

New cards
74

Candidate keys

In relational database minimal superkeys is known as:

New cards
75

Physical Data Modeling

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

New cards
76

associative entity

relationships modeled as an entity type. 

New cards
77

attribute 

property of an entity.

New cards
78

entity

person, place, object, concept, event.

New cards
79

relationship type

association between entity types.

New cards
80

data

facts, text, graphics, images, etc

New cards
81

cardinality constraint 

specifies maximum and minimum number of instances.

New cards
82

supertype

generalized entity type. 

New cards
83

uniquely identifies entity instances.

identifier

New cards
84

overlap rule

an entity belongs to two subtypes

New cards
85

specialization 


creating subtypes for an entity type

New cards

Explore top notes

note Note
studied byStudied by 7 people
... ago
5.0(1)
note Note
studied byStudied by 163 people
... ago
5.0(1)
note Note
studied byStudied by 433 people
... ago
5.0(6)
note Note
studied byStudied by 8 people
... ago
5.0(1)
note Note
studied byStudied by 24 people
... ago
5.0(2)
note Note
studied byStudied by 1 person
... ago
5.0(1)
note Note
studied byStudied by 10 people
... ago
4.0(106)
note Note
studied byStudied by 105 people
... ago
5.0(2)

Explore top flashcards

flashcards Flashcard (141)
studied byStudied by 42 people
... ago
5.0(3)
flashcards Flashcard (39)
studied byStudied by 23 people
... ago
5.0(1)
flashcards Flashcard (51)
studied byStudied by 4 people
... ago
5.0(1)
flashcards Flashcard (42)
studied byStudied by 28 people
... ago
5.0(1)
flashcards Flashcard (36)
studied byStudied by 27 people
... ago
5.0(1)
flashcards Flashcard (48)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (390)
studied byStudied by 79 people
... ago
5.0(1)
flashcards Flashcard (23)
studied byStudied by 1 person
... ago
4.0(1)
robot