For this discussion, give examples of database applications.
The example in our textbook is FedEx. When a package is sent, FedEx must store the sender’s first and last name, sender’s street address, sender’s city, sender’s state, sender’s zip code, recipient’s first and last name, recipient’s street address, recipient’s city, recipient’s state, recipient’s zip code, date sent, package weight, and type of service. Using a database management system, individuals, small groups, and organizations can build various applications to allow organizations to do things like track orders and deliveries, manage retail sales and inventory, maintain employee payroll records, update patient data, and track student progress.
For this discussion, give examples of database applications either you know of or that you've researched, I look forward to reading your posts. Please don't forget to reply to at least two of your peers' entries in order to get full credit.
Here are some examples.
1.) consider a case of Amazon e-commerce website. When a
customer orders something which needs to be fulfilled by one of the
vendors (eg Fedex), the vendor need's some basic customer details
like name, address, zip, city etc. where the shipment needs to
happen.
When a customer buys something from Amazon, the order details are
stored in one of the tables with the tracking number generated by
the vendor.
| First NAme | LastName | Address | City | State | Country | Zip | Date | Weight | Status | Tracking number | Recipient NAme | Recipient Address | Recipient City |
| John | Marshal | #123 , brooklyn Street | LA | USA | 02/28/2019 | 10kg | Ordered | 463843VDYE | Andrew | #773 Downtown | LA | ||
Now this information is shared with the vendor, and when there are any updates, the status is changed and the customer can actually see the changed in status through the tracking number
2. ) the second example is very good. Consider a managed Print
business of a company called Canon. Consider a case when an
enterprise customer orders for 100s of toners for his fleet of
printers. That order is stored in the application database. Now, an
automatic job will be running in the backend which will pick up
that order and sends to one of the vendors for fulfillment, based
on various factors like location etc.
Now that vendor will send a tracking number which will be stored in
the database and shared with the customer. When the order is
fulfilled, the tracking number will be marked as closed .
For this discussion, give examples of database applications. The example in our textbook is FedEx. When...
Sample data is provided for the database for the sales system. Using the sample data, you will determine the entities, key components of the entities, and business rules for the entities. Using the entities and business rules you will then create an ERD. Tasks: 1. For each entity provide the name, description, fields, data type, primary key, and foreign key. 2. For each direct entity type pair, provide the business rules. 3. Provide the ERD. Customer Table Customer ID, Last...
Question 1: University Database Consider the following set of requirements for a UNIVERSITY database that is used to keep track of students' transcripts. The university keeps track of each student's name, student number, social security number current address and phone, permanent address and phone, birth date, sex, class (freshman, sophomore,., graduate), major department, minor department (if any), and degree program (B.A., B.S.,..., Ph.D.). Some user applications need to refer to the city, state, and zip of the student's permanent address,...
(From the book Database Systems 10th editions by Coronel pg.142-143)The local city youth league needs a database system to help track children who sign up to play soccer. Data need to be kept on each team and the children who will beplaying on each team and their parents. Also, data need to be kept on the coaches for each team. Draw the data model described below:Entities required: Team, Player, Coach, and ParentAttributes required:- Team:Team ID number, Team name, and Team...
Arrays Artistic Solutions wants to keep track of 100 of customers, including the following fields: Customer ID Last Name First Name Street Address City State Zip Code Phone Number Email Address Without access to a database program, you decide that keeping this information in one or more arrays is the best solution. The question is, what kind or kinds of arrays would you use? Discuss whether any or all of the following is suitable for this application, indicating why you...
21. The local city youth league needs a database system to help track children who sign up to play soccer. Data needs to be kept on each team, the children who will play on each team, and their parents. Also, data needs to be kept on the coaches for each team. Draw a data model with the entities and attributes described here. Entities required: Team, Player, Coach, and Parent Attributes required: Team: Team ID number, Team name, and Team colors...
Problem 1 Consider the following set of requirements for a university database that is used to keep track of students' transcripts. (a) The university keeps track of each student's name, student number, social security number, current address and phone, permanent address and phone, birthdate, sex, class (freshman, sophomore, -, graduate), major department, minor department (if any), and degree program (B.A., B.S., ...., Ph.D.). Some user applications need to refer to the city, state, and zip of the student's permanent address,...
I already did the assignment. Just please help me check it
right or wrong
Question:
Jorge’s Home Services LLC (JHS) is a home improvement retailer
in Northern Virginia. JHS
does not employ installers, but rather subcontracts the
installations out to a list of approved
installers. Whenever a customer comes to the store to request
an installation service, a JHS
agent will help create a contract for the installation and
instantly assign an installer to the job.
Afterwards, the installer will...
In this assignment, you will write one (1) medium size C program. The program needs to be structured using multiple functions, i.e., you are required to organize your code into distinct logical units. The following set of instructions provide the specific requirements for the program. Make sure to test thoroughly before submitting. Write a program, named program1.c, that reads and processes employee records (data about an employee). Each employee record must be stored using a struct that contains the following ...
Based on the CREATE TABLE
statements, make an ER model of the database. Give suitable names
to the relationships. (Remember cardinality and participation
constraints.) The diagram must use either the notation used in the
textbook (and the lectures) or the crow’s foot notation. To save
you some time: There are a few tables that include the following
address fields: Address, City, State, Country and PostalCode (and
the same fields with the prefix Billing-). You are allowed to
replace these attributes...
Create an ER model for the scenario. Make sure that you read the description carefully. Your diagram should reflect all entities, attributes, and relationships in the description. You should make sure each entity has a primary key (a unique identifier). Use the relationship types we used in class (one-to-one, one-to-many, or many-to-many). Don't forget, attributes can describe both entities and relationships. Scenario 2: Tracking Trips for the SchUber Taxi Service A new Philadephia startup called SchUber is a matching service...