Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

FastForwarding is an international freight forwarding company specializing in ocean container shipping. It provides forwarding services to companies (shippers or Beneficial Cargo Owners) that need

FastForwarding is an international freight forwarding company specializing in ocean container shipping. It provides forwarding services to companies ("shippers" or Beneficial Cargo Owners) that need cargo moved anywhere in the world connected to ocean container ports.

You will be designing a database for FastForwarding to help them keep track of data for the movement of cargo. To understand the business, interviewed their CEO, Lori Murphy, their IT manager, Joe Nelson, and other key personnel in the company. Below is the summary of key points you discovered during these interviews:

  • FastForwarding's headquarters is in Shanghai, and they have offices in Singapore, Los Angeles, New York, London, Rotterdam, and many other locations.
  • Each ocean shipment is moved by a single steamship line ("carrier"), which operates one or more container ships and can move many shipments. If the cargo has to be split between multiple carriers due to capacity constraints, then the company tracks each as a separate shipment.
  • Cargo is moved inside of standard containers. Each shipment will use one or more containers of cargo, and containers are reused many times for different shipments.
  • Each ocean shipment is moved from an origin port to a destination port.
  • Each port has different customs rules, such as how duties are calculated, which is based on the country the port is located in.
  • Create an entity-relationship diagram (ERD) given the following Entities and Attributes. Then answer the questions about your ERD below. We highly recommend that you create the ERD in Visual Paradigm before starting the questions. Use "ID" attributes as unique identifiers.
    • Shipment Distance
    • Carrier ID
    • Shipper ID
    • Port Country Number
    • Carrier Contract Type
    • Ships
    • Country ID
    • Ship Type
    • Country Region
    • Port Name
    • Shipment Revenue
    • Carrier Name
    • Carriers
    • Containers
    • Country Dutiable Value
    • Shipment Origin
    • Shipment Destination
    • Ship ID
    • Departure Date
    • Estimated Arrival Date
    • Ship Flag State
    • Countries
    • Carrier SCAC Code
    • Shipment Transit Time
    • Port ID
    • Container Type
    • Carrier Status
    • Shipments
    • Shippers
    • Country Rules of Origin
    • Port Latitude
    • Port Longitude
    • Shipper Name
    • Container ID
    • Ports
    • Country Name
    • Shipment ID
    • You have a meeting with FastForwardings IT manager, Joe Nelson, next week to review your data model. You anticipate having tPart 25.0 points possible (graded, results hidden) Since shipments are central to FastForwardings business, you anticipate Mr. NelPart 3 5.0 points possible (graded, results hidden) What is the cardinality for the relationship between Shipments and CarriePart 4 5.0 points possible (graded, results hidden) What is the cardinality for the relationship between Shipments and ContaiPart 5 5.0 points possible (graded, results hidden) How many entities are in your ERD diagram? Do not count junction tables.Part 6 5.0 points possible (graded, results hidden) Using your ERD, which SQL code might you write to find the total number oO Select count(Port_ID) From Countries, Ports Where Countries.Country_Dutiable_Value=FOB; Select sum(Port_ID) From CountriePart 7 5.0 points possible (graded, results hidden) Using your ERD, which SQL code might you write to find the total number oO Select count(Shipment_ID) From Countries, Shipments, Ports Where Shipments. Shipment_Origin=Ports.Port_ID and Shipments.Cou  
       
       
       
       
       
       
       
       

You have a meeting with FastForwarding's IT manager, Joe Nelson, next week to review your data model. You anticipate having to provide examples of some of the attributes your database will track. Below is a list of some entities and attributes. Select the boxes that represent attributes and leave the boxes representing entities empty. Ignore junction tables for this part. Carrier Name Country Name Containers Ports Shipments Departure Date Carrier SCAC Code Ships

Step by Step Solution

3.61 Rating (169 Votes )

There are 3 Steps involved in it

Step: 1

The detailed answer for the above question is provided below EntityRelationship Diagram for FastForwarding Entity Shipment Attributes Shipment ID Ship... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Managerial Accounting

Authors: James Jiambalvo

5th edition

1118078764, 978-1118078761

More Books

Students also viewed these Accounting questions

Question

How to draft a statement of fact for complaints?

Answered: 1 week ago

Question

What is the standard deviation for Exercise 2?

Answered: 1 week ago