Sei sulla pagina 1di 4

1.

The DBA asks for your help in planning the data archive for the following Premiere
Products database:
Data Archiving
Suppose Order number O5 has been completed, then, the data that need to be archieved is:
From table orders:
OrderNum

OrderDate

CustomerNum

O5

8/23/2013

608

From OrderLine table:


OrderNum

PartNum

NumOrdered

QuotedPrice

O5

P6

$456

O5

P7

$495

From Part table:


PartNum

Description

OnHand

Class

Warehouse

Price

P6

Home Gym

45

SG

$25

P7

Oven

40

AP

$155

From Customer table:


CustomerNu

CustomerNam

Stree

Cit

Stat

Zip

Balanc

CreditLimi

RepNu

608

S7

FL

3355

$23320

$30000

65

Commisio

Rate

From Rep table:


RepNum

LastNam

FirstNam

L3

F3

65

Street

City

State

Zip

n
S3

FL

33336

$23,542

0.05

Sometimes, the data is to be retained only for a limited time. The order that is completed and
payment has also done by the customer, then that data is no longer needed. But still, sometimes,
that data is required for the future references by the users to answer the customer queries, thus
that data needs to archieved. Moreover, in order to meet auditing and financial requirements,
there is a need to archive that data.
In this case, the order number O5 has been completed, thus this data is no mere required by
the user, therefore, this is archived.
2. The DBA denormalized some of the data in the Alexamara database to improve
performance, and one of theresulting tables is the following:
Resulted table is:

CustomerNu

CustomerName

Street

City

State

Zip

Balance

CreditLimit

RepNum

RepName

m
148

S1

FL

33336

$51620

$100000

20

F1

282

S2

FL

33321

$55520

$70000

35

F2

356

S3

FL

33146

$76820

$35000

65

F3

408

S4

FL

33503

$13520

$20000

35

F2

462

S5

FL

33321

$78320

$85000

65

F3

524

S6

FL

33336

$56320

$75000

20

F1

608

S7

FL

33553

$23320

$30000

65

F3

687

S8

FL

33543

$58320

$65000

35

F2

725

S9

FL

33553

$55320

$75000

35

F2

842

S10

FL

33321

$52320

$60000

20

F1

This table is not in 3rd normal from. The fields that cause the table to no longer in 3 rd
normal form are:
The fields Street, City, State and Zip depends on the CustomerName field. Because,
everytime the A is mention in the Customername column, the Street, City, State and Zip
column has the value S1, F, FL and 33336 respectively.
From this fact, data redundancy arises.
If Customer A is mention, then duplicate address is arises.
This table is in 1st Normal Form. Because,
This table has a single value.
No repeating group exist.

3. Interview the DBA at your school or at a local business to determine the security and
access privilege procedures used to safeguard data.
Yes, our school has a formal disaster recovery plan. The general steps in the plan are:
a. Information Gathering

1. The first in information gathering is to organize the project, which is normally


performed by the schools administrators.
2. Then, the required processes and functions are identified.
3. In the next step, the following terms are reviewed, which are physical security,
backup system and data security.
4. Then, the strategic outlines are developed for the recovery matter.
b. Development and Testing
1. A recovery plan is developed so,
Unit information is extablished.
Assumptions are made in order to execute the plan.
2. After developing the plan, testing is done in order to check the vulnerabilities.
Therefore,
Test strategy is developed.
Test plans are made, and
Then tests are conducted.
c. Maintance
1. In this step, the plan is maintained, is required.
Update procedures are developed in order to maintain the plan.

Potrebbero piacerti anche