Question

In: Physics

Project Definition - Describe the type of problem you wish to address with a database: Let's...

Project Definition - Describe the type of problem you wish to address with a database:

Let's say, an online video game or movie rental system.

A. Describe the concern or problem you will try to address with a small database

B. Provide examples of the current (possibly hypothetical) approach - include actual or

mock-ups of relevant forms, reports, lists, etc.

C. Discuss how your approach should eliminate Delete/Update/Insert problems and help

manage this issue in the future.

Any help will be greatly appreciated. Thank you!

Solutions

Expert Solution

A. Concern or problem addressed with database :

Removal of repeated data.
Multiple table links and dependency simplified.
Easier identification of data with help of unique id.
Quicker audit and easier management using database administration tools
Easy to write simple programs to generate reports out of the database.
B. Example of current approach :

Restaurant management system where all details are managed manually.
Area managers, deck managers, their reporting servers and cleaners information are stored and tracked manually.
Pay and salary management for employees are done through manual approach by tracking individually.
Adding a database that has primary key and foreign key link makes it easy to track reporting and pay for all employees of the restaurant.
C. Approach eliminating issues in data/ database :

Adding trigger conditions that make entries in other related tables when making entry in one single table.
Database automatically removes and stops adding of duplicate data when primary key is declared and used.
Foreign key dependancy makes manual updation on linked tables more easier.
Data :
Employee :
Name, Employee id(Primary key),Department, Type of employement

Payroll :

Name, Employee id(Foreign key), Current pay, taxes, deduction, Mode of payment

Reporting :

Name, Employee id(primary key), reporting to , Reporting to employee id(foreign key)


Related Solutions

For the group project, you will be creating a database system to solve a business problem...
For the group project, you will be creating a database system to solve a business problem of your choice. The database system must meet the criteria shown below. In addition to the database solution, each student will prepare a system summary. Database System Requirements (Group Work): Create a database and name it ITCO630_GPx where "x" is your group letter. Populate your database with appropriate test data. Include all of the scripts in a single file called ITCO630_GPx.SQL where x is...
You are a project manager. Attached you have a project definition provided by a Project Owner....
You are a project manager. Attached you have a project definition provided by a Project Owner. You have assisted the owner in developing a brief scope based on the project objective. From this limited scope you are to create a design proposal as an architectural(discipline) 1)Why are we doing this project? –Project objective provided by owner 2)What is needed to accomplish the end objective of the project? (plans, specifications, industry standards) 3)What is the cost to complete the project? 4)How...
Let's imagine that you are the project manager in the IT department of a large company....
Let's imagine that you are the project manager in the IT department of a large company. The project team is creating a maintenance plan. The team consists of three technicians, a network architect, a training specialist, and you, the project manager. The project is currently in the project-execution phase, and it is time to have your first project status-update meeting. Here are some tips for conducting a successful project status-update meeting: • Determine the meeting place and time. • Invite...
Now let's use Bayes' theorem and the binomial distribution to address a Bayesian inference question. You...
Now let's use Bayes' theorem and the binomial distribution to address a Bayesian inference question. You toss a bent coin N times, obtaining a sequence of heads and tails. The coin has an unknown bias f of coming up heads. (a) If NH heads have occurred in N tosses, what is the probability distribution of f? Assume a uniform prior P(f) = 1 and make use of the following result: integral 0 to 1 f^a (1 - f)^b df =...
Now let's use Bayes' theorem and the binomial distribution to address a Bayesian inference question. You...
Now let's use Bayes' theorem and the binomial distribution to address a Bayesian inference question. You toss a bent coin N times, obtaining a sequence of heads and tails. The coin has an unknown bias f of coming up heads. (a) If NH heads have occurred in N tosses, what is the probability distribution of f? Assume a uniform prior P(f) = 1 and make use of the following result: integral 0 to 1 f^a (1 - f)^b df =...
What is the problem or topic you wish to ? How will you approach this research?...
What is the problem or topic you wish to ? How will you approach this research? Why is this of interest to you and why should we be interested in this topic? Here you say what you will be doing in the remainder of the report so define carefully your interests and the parameters (scope) of your projected work. As you collect material and structure an outline keep referring to this section. Write a minimum of 1000 words Topic -...
How would you address the following statement? Budgets only serve as a wish list. Actuals are...
How would you address the following statement? Budgets only serve as a wish list. Actuals are the only numbers that are important.
Based on the data definition classes identified below, assume you wish to create a Dictionary class...
Based on the data definition classes identified below, assume you wish to create a Dictionary class that inherits from the Book class. In addition to title and cost, the Dictionary class must also store the number of words present in the dictionary. Write the code that will create a constructor in the dictionary class that passes in and sets the dictionary's title, cost, and number of words. public class Book {    private String title;    private double cost;       public Book(String...
Choose a policy designed to address a social problem. Briefly describe the policy and at least...
Choose a policy designed to address a social problem. Briefly describe the policy and at least three categories of critiques applied to the policy. Be sure to state which of the categories of critiques in your text applies to each example.
Project: Building a Relational Database Management System  This project is where you show off your...
Project: Building a Relational Database Management System  This project is where you show off your ability to (1) translate a business requirement into a database design, (2) design a database using one-to-many and many-to-many relationships, and (3) know when to use LEFT and/or RIGHT JOINs to build result sets for reporting. An organization grants key-card access to rooms based on groups that key-card holders belong to. You may assume that users below to only one group. Your job is...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT