database project

Completed Posted May 4, 2015 Paid on delivery
Completed Paid on delivery

The project will be chosen by the individual student with my approval. An ideal project will be one which involves at least four entity sets, but not too many since there will be critical time pressure to complete the project. Also, we hope for interesting relationships (many-many, many-one, one-one, ISA, weak entity sets, etc.) between the entity sets in order to lead naturally to the use of the major topics covered in the course. For students with considerable experience with practical database systems, I will encourage you to come up with ideas for alternative kinds of projects that will provide you with a substantial learning experience.

The project will give you an opportunity to exercise the techniques and tools you learn in this class. The goal is not to develop a complete system, but rather to develop a prototype that illustrates the major features of the system, were it to be completed. We want the parts that are done to be complete and impressive. The major requirements of the project will be a careful and complete ER model, the relational database tables with sample data, a set of interesting SQL queries, and finally a user-friendly interface.

Important Dates:

• Phase I (Choose application and E/R design): Due: Feb. 25th

• Phase II (E/R design to Relational Database): Due: Mar. 4th

Please write down the keys for each relation, the functional dependencies for each relation, and you must guarantee all the relations are 3NF or above.

• Phase III ((Create tables, and input sample data): Mar. 25th

Please enter at least 10 records for each of your relations.

• Phase IV (Create Web Interfaces or Application for Queries and Data Modifications using MySQL+PHP, or using other databases and languages): Apr. 15th

Here are some topics that can be used:

Taxi Company Database

Police Force Database

Hospital

Airport Records

Apartment Complex

Book Publisher

University

Attention:

Sample files

Table: contacts(first, last, phone, mobile, fax, email, website)

[login to view URL] (perform a query)

<?

$username="username";

$password="password";

$database="username";

mysql_connect(localhost,$username,$password);

@mysql_select_db($database) or die( "Unable to select database");

$query="SELECT * FROM contacts";

$result=mysql_query($query);

$num=mysql_numrows($result);

mysql_close();

echo "<b><center>Database Output</center></b><br><br>";

$i=0;

while ($i < $num) {

$first=mysql_result($result,$i,"first");

$last=mysql_result($result,$i,"last");

$phone=mysql_result($result,$i,"phone");

$mobile=mysql_result($result,$i,"mobile");

$fax=mysql_result($result,$i,"fax");

$email=mysql_result($result,$i,"email");

$web=mysql_result($result,$i,"web");

echo "<b>$first $last</b><br>Phone: $phone<br>Mobile: $mobile<br>Fax: $fax<br>E-mail: $email<br>Web: $web<br><hr><br>";

$i++;

}

?>

[login to view URL] and [login to view URL]

<form action="[login to view URL]" method="post">

First Name: <input type="text" name="first"><br>

Last Name: <input type="text" name="last"><br>

Phone: <input type="text" name="phone"><br>

Mobile: <input type="text" name="mobile"><br>

Fax: <input type="text" name="fax"><br>

E-mail: <input type="text" name="email"><br>

Web: <input type="text" name="web"><br>

<input type="Submit">

</form>

<?

$username="username";

$password="password";

$database="username";

$first=$_POST['first'];

$last=$_POST['last'];

$phone=$_POST['phone'];

$mobile=$_POST['mobile'];

$fax=$_POST['fax'];

$email=$_POST['email'];

$web=$_POST['web'];

mysql_connect(localhost,$username,$password);

@mysql_select_db($database) or die( "Unable to select database");

$query = "INSERT INTO contacts VALUES ('$first','$last','$phone','$mobile','$fax','$email','$web')";

mysql_query($query);

mysql_close();

?>

MySQL PHP

Project ID: #7608070

About the project

8 proposals Remote project Active May 4, 2015

Awarded to:

Keystrikers

hi I am professional web developer.I have experience in web development is 2 [login to view URL] skill in php and MySQL,java script ,css and hml5 is very good.I have completed many project in my profession.I had created onlin More

$35 CAD in 3 days
(2 Reviews)
1.3

8 freelancers are bidding on average $260 for this job

rajeshsonisl

Hello! With 98% to 99% completion rate, 800+ successfully completed projects, and a 5.00 reputation (maximum possible, 5.0) (Yes, not even 4.99 average rating, can be verified on my profile page [login to view URL] More

$789 CAD in 6 days
(1012 Reviews)
8.8
libxml1

Hi. I specialize in web development. Please, contact me. .

$200 CAD in 7 days
(43 Reviews)
7.4
Alka700

Dear client, I have read all instructions which you have posted I have noticed 1, 2 and 3 phases and want to discuss about this phases so Please ping me for further discussion, I am capable to work on your project More

$222 CAD in 3 days
(53 Reviews)
6.2
nyarOnyari

A proposal has not yet been provided

$155 CAD in 3 days
(7 Reviews)
3.2