Database - Departamental Exam Practice

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

Components of Relational Model?

1 / 110

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

111 Terms

1

Components of Relational Model?

Data Structure, Data Manipulation, Data Integrity

New cards
2

Data structure Components?

Tables ( relations ), Rows ( records ) and Columns ( attributes )

New cards
3

Definition of Data Manipulation?

Powerful SQL operation for retrieving and modifying data

New cards
4

SQL Definition?

Structured Query Language

New cards
5

Definition of Data Integrity?

Mechanism for implementing business rules

New cards
6

Definition of Relation?

Two-dimensional table of data

New cards
7

A table consists of?

Table Rows and Columns

New cards
8

An attribute that uniquely identifies each row in a relation

Primary Key

New cards
9

This type of primary key consists of two or more attributes

Composite key

New cards
10

An attribute in a relation that serves as the primary key of another relation in the same database.

Foreign Key

New cards
11

Key fields can be ______ or ________

Simple ( single field ) or Composite ( more than one field )

New cards
12

Identifiers that enables a dependent relation

Foreign Keys

New cards
13

The order of the rows and columns must be?

Irrelevant

New cards
14

Five requirements for a table to qualify as a relation?

  1. Must have unique name

  2. Every attribute value must be atomic

  3. Every row must be unique

  4. Attributes must have unique names

  5. The order of the columns must be irrelevant

New cards
15

_______, in which each relation is represented by a rectangle containing the attributes for the relation

Graphical Representation

New cards
16

Can a relational database may consists of any number of relations?

Yes

New cards
17

Two common methods for expressing a schema?

Short text statements and Graphical Representation

New cards
18

______, in which each relation is named and the names of its attributes follow in parentheses

Short text statements

New cards
19

Define Short Text Statement

Each relation is named and the names of its attributes follow in parentheses

New cards
20

Define Graphical Representation

Each relation is represented by a rectangle containing the attributes for the relation

New cards
21

Define Referential Integrity

The rule states that any foreign key value MUST match a primary key value in the relation of the one side

New cards
22

Define Restrict

Does not allow deletion of the parent table if other rows depends on it

New cards
23

Relation is a term for?

Tables

New cards
24

Relations correspond with?

Entity type and many to many relationship types

New cards
25

Rows correspond with?

Entity instances and with many-to-many relationship instances

New cards
26

Columns correspond with?

Attributes

New cards
27

Is the word relation (in relational database) the same as the word relationship (in E-R model)?

No

New cards
28

Define Domain Constraint

Allowable values for an attribute

New cards
29

What is Entity Integrity?

Primary key should never be null

New cards
30

What is Action Assertions?

Business rules

New cards
31

Delete Rule that don’t allow delete of “parent” side if related rows exist in “dependent” side?

Restrict

New cards
32

Delete Rule that automatically delete “dependent” side rows that correspond with the “parent” side row to be deleted

Cascade

New cards
33

Delete Rule that set the foreign key in the dependent side to null if deleting from the parent side not allowed for weak entities

Set-to-Null

New cards
34

Three types of Entity?

Regular Entities, Weak Entities, Associative Entities

New cards
35

Define Relational Schema

A visual depiction of the relational database model

New cards
36

Entities that have an independent existence and generally represent real-world objects, such as persons and products.

Regular Entities

New cards
37

______ are entities that cannot exist except with an identifying relationship with an owner (regular) entity type.

Weak Entities

New cards
38

_______ are formed from many-to-many relationships between other entity types.

Associative entities

New cards
39

Rows correspond with?

entity instances and with many-to-many relationship instances.

New cards
40

Columns correspond with?

Attributes

New cards
41

Allowable values for an attribute.

Domain Constraints

New cards
42

_____ implements 1:N relationship

Foreign Key

New cards
43

Define Unary Relationship

A relationship between the instances of a single entity type.

New cards
44

Integrate all the functions such as the manufacturing, finance, sales, marketing, inventory, accounting, human resources.

ERP

New cards
45

The type of database applications that can be use by more than 100 users and this uses distributed server.

enterprise

New cards
46

A detailed representation of data and their relationships.

Project data model

New cards
47
It is a stored representation of objects and events that have meaning and importance in the user’s environment.

data

New cards
48

In database approach, data is manage by an IT director

False

New cards
49

The data processed to increase knowledge in the person using the data

information

New cards
50

This refers to data about data.

metadata

New cards
51

ERP stands for ___________________________

Enterprise Resource Planning

New cards
52

The type of database applications that can be use by five to twenty five users.

workgroup

New cards
53

Integrated decision support system derived from various operational databases

Data warehouse

New cards
54

A software system that is used to create, maintain, and provide controlled access to user databases.

DBMS

New cards
55

Data redundancy comprises

data integrity

New cards
56

EDI stands for ____________________

Electronic data interchange

New cards
57

The graphical system showing the definition and relationship of data.

Data model

New cards
58

A broad representation of data and their relationships.

Enterprise data model

New cards
59

In the conceptual data modeling under prototyping methodology what is the main objective?

to analyze the requirements and develop the data model.

New cards
60

Steps to Top-Down planning are

  1. Planning

  2. Analysis

  3. Design

  4. Implementation

New cards
61

This is the database schema that provides the E-R models.

cenceptual

New cards
62

This provide relationships between planning objects in the organization

Planning Matrixes

New cards
63

What are the phases in SDLC?


1. Planning

2. Analysis

3. Logical Design

4. Physical Design

5. Implementation

6. Maintenance

New cards
64

The iterative process breaking system description into finer and finer detail

functional decomposition

New cards
65

Prototyping can be described as?

for rapid development, Cursory attempt at conceptual data modeling

New cards
66

A generic Information system planning methodology for obtaining a broad understanding of the information system

Information Engineering

New cards
67

The main purpose of the 1st phase in the SDLC is to have_______________?

preliminary understanding of the system

New cards
68

Enterprise data model describes the high-level entities in an organization and the relationship between relations

False

New cards
69

In this schema, the database administrator determines the schema for different users.

External Schema

New cards
70

phases of Information Engineering planning?

1. Identify strategic planning factors

2. Identify corporate planning objects

3. Develop an enterprise model

New cards
71

User must enter a digit.

0

New cards
72

User can enter a digit, space, plus or minus sign.

#

New cards
73

User must enter a letter.

L

New cards
74

User can enter a letter or digit.

a

New cards
75

User must enter either a character or a space.

&

New cards
76

Converts all characters that follow to uppercase.

>

New cards
77

Characters immediately following will be displayed literally.

W

New cards
78

Causes the input mask to fill from left to right instead of from right to left.

!

New cards
79

Converts all characters that follow to lowercase.

<

New cards
80

User can enter a letter.

?

New cards
81

In Access, it is the custom screen that provide an easy way to enter and view data.

Form

New cards
82

Part of the Design view interface that allows you to define an object's appearance, behavior or characteristics.

Field Properties

New cards
83

Used to set a particular format for your field.

Input Mask

New cards
84

In Access that  allows you to set how the data in the field will be displayed on the screen.

Format

New cards
85

Highest value for field size of short text is

255

New cards
86

Stop the users from entering incorrect data into your tables.

Validation Rule

New cards
87

If the data to be filled-in is optional, the property ___________ must be with No value.

Required

New cards
88

Primary is a must in each table.

False

New cards
89

Relationship will be generated after the setting Lookup property of a field.

True

New cards
90

Short Text field size can be as low as 0. 

False

New cards
91

The Access object that is used to define and store data.

Table

New cards
92
The total quiz points for a student for an entire semester is a(n) ________ attribute.

derived

New cards
93
A fact is an association between two or more:

terms

New cards
94
An attribute that must have a value for every entity (or relationship) instance is a(n):

required attribute.

New cards
95
An attribute that can be calculated from related attribute values is called a(n) ________ attribute.

derived

New cards
96

In transforming ERD to relations, if there is a multivalued attribute, another relation will be created and the identifier of the superior entity will be also its identifier

False

New cards
97

In mapping binary relations, the Primary key on the one side becomes the foreign key on the many side when it is ___________.

1:M

New cards
98

In mapping binary relations, primary key on the mandatory side becomes the foreign key on optional side when it is_________.

1:1

New cards
99

When all multivalued attributes have been removed from a relation, it is said to be in:

first normal form

New cards
100

A primary key whose value is unique across all relations 

enterprise key

New cards

Explore top notes

note Note
studied byStudied by 1 person
... ago
5.0(1)
note Note
studied byStudied by 37 people
... ago
5.0(1)
note Note
studied byStudied by 13 people
... ago
5.0(1)
note Note
studied byStudied by 17 people
... ago
5.0(2)
note Note
studied byStudied by 29 people
... ago
5.0(1)
note Note
studied byStudied by 10 people
... ago
5.0(1)
note Note
studied byStudied by 31 people
... ago
5.0(2)
note Note
studied byStudied by 77 people
... ago
5.0(1)

Explore top flashcards

flashcards Flashcard (33)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (55)
studied byStudied by 13 people
... ago
5.0(1)
flashcards Flashcard (43)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (49)
studied byStudied by 1 person
... ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 10 people
... ago
5.0(1)
flashcards Flashcard (156)
studied byStudied by 25 people
... ago
5.0(1)
flashcards Flashcard (81)
studied byStudied by 105 people
... ago
5.0(2)
flashcards Flashcard (109)
studied byStudied by 478 people
... ago
3.8(5)
robot