Develop a complete system

Assignment Help Database Management System
Reference no: EM13311846

Assignment

The assignment will be chosen by the individual student with my approval. An ideal assignment will be one which involves at least four entity sets, but not too many since there will be critical time pressure to complete the assignment. 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 assignments that will provide you with a substantial learning experience.

The assignment 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 assignment 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:

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.

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)
query.php (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 "Database Output

";
$i=0;
while ($i
$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 "$first $last
Phone: $phone
Mobile: $mobile
Fax: $fax
E-mail: $email
Web: $web

";
$i++;
}
?>
test.html and insert.php
First Name:
Last Name:
Phone:
Mobile:
Fax:
E-mail:
Web:
$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();
?>

Reference no: EM13311846

Questions Cloud

Explain the smallest heat of combustion and why : Which has the smallest heat of combustion and why? allenic, conjugated, or isolated structures
Explain what chemical process happens as the fabric dries : Looking at the structures for blue indigo and white indigo, how can you tell that white indigo is the reduced form. What chemical process happens as the fabric dries
Circular and non-circular slip surfaces : The thickness of each layer is determined by the "last" ID number. Four student numbers are used as the example - Circular and non-circular slip surfaces should be considered
Explain a four-carbon chain with two methyl groups : Given a four-carbon chain with two methyl groups and an NH2 group on the fourth carbon and a C=O double bond and an H on the first carbon. It asks me to draw the product of the reaction of this molecule with H3O+ (cat.) and Delta toluene.
Develop a complete system : The assignment will be chosen by the individual student with my approval. An ideal assignment will be one which involves at least four entity sets, but not too many since there will be critical time pressure to complete the assignment.
Hat is the size of the induced current in the loop : A 20.0 cm \times 20.0 cm square loop of wire lies in the xy-plane with its bottom edge on the x-axis. The resistance of the loop is 0.550 {\Omega}. What is the size of the induced current in the loop at t=0.510
Determine how far from the film should the lens be placed : A camera has a lens with a focal length of 26.9 cm. how far from the film should the lens be placed
Find the position of the final image formed by the system : A converging lens with a focal length of 5.00 cm is placed 20.00 cm in front of a concave mirror whose focal length is also 5.00cm. Calculate the position of the final image formed by the system
What is the time for the sphere to hit the floor : Two spheres are launched horizontally from a 1.1m-high table. Sphere A is launched with an initial speed of 4.5 m/s. What is the time for the sphere A to hit the floor

Reviews

Write a Review

Database Management System Questions & Answers

  United broke artists (uba) is a broker

United Broke Artists (UBA) is a broker for not-so-famous artists. UBA maintains a small database to track painters, paintings, and galleries. A painting is created by a particular artist and then exhibited in a particular gallery

  Write three items contained in fat database

What does CHS stand for? List three items contained in the FAT database. List two features NTFS provides that FAT does not.

  Referential integrity constraint prevent from data inserting

What actions does a referential integrity constraint prevent from occurring when data is inserted in a table that contains this constraint?

  Differentiate between the interaction types and styles

Explain the conceptual model employed in the design of these types. Describe the analogies and concepts these monitors expose to users, including the task-domain objects users manipulate on the screen.

  Explain the problems associated with data redundancy

Assignment 5: Logical Design, Part II, Explain the problems associated with data redundancy as it pertains to effectively using information for reporting and analysis.

  The packing list describes the ideal contents

The packing list describes the ideal contents of each package, but it is not always possible to include the ideal number of each item. Therefore, the actual items included in each package should be tracked. A package can contain many different ite..

  Write an essay on marketing management

The customer is always right -The customer doesn't know what's best. It's the baker's (marketer's) job to educate him. The above statements succinctly point out a subtle battle which rages within the marketing discipline.

  Justify a question on database management

When a student has not chosen a major at a university, the university often enters a value of "Undecided" for the major field. Is "Undecided" a way to represent the null value? Should it be used as a default value? Justify your answer carefully.

  A university library database records

A university library database records information about books; for each book, it records the book isbn number (which is unique), and the book name. In addition, it records which books have been checked out

  Develop preliminary database tables for huffman trucking log

Use Microsoft Access to develop preliminary (no keys and no relationships) database tables for Huffman Trucking Driver Log.

  Ways of implementing one-to-one relationships

Describe the difference ways of implementing one-to-one relationships. Assume you are maintaining information on offices (office numbers, building, and phone numbers)

  Computing functional dependencies

Compute the functional dependencies which exist in following table. After determining the functional dependencies, transform this table to an equivalent collection of the tables which are in third normal form.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd