DBA Project L4
DBA Project L4
DBA Project L4
Project 1
The following table contains information about project ,employees ,job class of an employee ,hours rate
an employee do on specific projects and hours charged
Project
1. Normalize the table to the appropriate normal form by identifying the functional
dependency
2. Identify the functional dependency
3. Normalize the above table to the appropriate normal form and create relationship on the
paper
4. Identify functional dependency
Task 2: Make the database ready to use
Using the above table that you already normalized in project 1 perform the following
activates
1. Using Microsoft SQL server 2008 or latest version the normalized table by assigning
appropriate data type for each field
2. Create relationship
3. Create primary key and foreign key
4. Fill records to attribute that have been
Project 2: design and create security strategies
Create different type of security strategies for the database users on SQL server
2008 or latest version
Case 1: by using the above database in project 1 assume you are a database
Administrator of Xy company and the company database is used and accessible by
different Employees Each database user has her/his own privilege and permission to
access the table assigned by you .Now you need to grant privilege and logging
account for each database user that access and use the table according to the
following rule.
1 2 3 4
1 2 3 4 5
#include<iostream.h>
int main()
cout<<"age 25:"<<endl;
cout<<"birthdate 2/5/1985:"<<endl;
return 0;
#include<iostream.h>
#include<iostream.h>
int main()
int main()
{
{
cout<<"the for loop statement:"<<endl;
int a,b,c;
for (int i=1;i<=5;i++)
a=15;
{
b=10;
for (int j=1;j<=i;j++)
c=(a>b)?a:b;
cout<<c; {
return 0; cout<<j;
} }
cout<<endl;
return 0;