Using MIS, Student Value Edition Plus MyLab MIS with Pearson eText - Access Card Package (9th Edition)
Using MIS, Student Value Edition Plus MyLab MIS with Pearson eText - Access Card Package (9th Edition)
9th Edition
ISBN: 9780134473987
Author: David M. Kroenke, Randall J. Boyle
Publisher: PEARSON
Expert Solution & Answer
Book Icon
Chapter 5, Problem 5.12CE5

Explanation of Solution

Entities and Relationship of the “Figure 5-28”:

The below are the entities that are identified in the “Figure 5-28”:

  • Drone
  • Video
  • Facility
  • Analysis

The below are the cardinalities that are identified in the “Figure 5-28”:

  • “Mandatory one to optional many” cardinalities.
    • Between Drone and Video entities.
      • A Drone can take many Videos.
      • A video can be taken by one Drone.
      • The instance of the Video is optional for Drone.
      • The instance of the Drone is required for a Video.
    • Between Video and Analysis entities
      • A Video is the base for much analysis.
      • An Analysis is based on one Video.
      • The instance of the Analysis is optional for Video.
      • The instance of the Video is required for the Analysis.
  • “Optional many to Mandatory one” Cardinalities
    • Between Video and Facility entities.
      • Many Video can record a facility.
      • One facility can be recorded by Videos.
      • The instance of Video is optional For Facility.
      • The instance of Facility is required for a Video.

List of queries that are created in the “question 5-6”:

The below is the list of queries that utilizes the entities for the model given:

  • Provide the list of Videos recorded by each Drone in a specific month.
  • Provide the list of videos recorded by a specific facility.
  • Provide the list of videos analyzed by a specific Drone.
  • Provide the list of videos that is analyzed and recorded by a specific camera type which includes the facility.
  • Provide the List of videos that are recorded at an exact facility with the specific altitude defined in the range.
  • Provide the list of videos that are analyzed by a particular facility.
  • Provide the list of video taken by a particular person (Drone) of a specific facility.

Processing the queries:

  • In the “Create” menu click on the “Query Design” button and “Show Table” dialog box appears.
  • Choose the required tables.
  • In the “table” option and choose the required table
  • In the “field” option and choose the required field.
  • Click in the show check button to display the particular field.
  • In the criteria provide the required fields that are need to be selected.
  • Click on the “Run” button to execute the query.

Query1:

Provide the list of Videos recorded by each Drone in a specific month.

Criteria given:

Between “#6/10/2013#” and “#9/8/2015#”,

Screenshot of creating query

Execution of the query

Query 2:

Provide the list of videos recorded by a specific facility...

Students have asked these similar questions
Just need some assistance with number 3 please, in C#
How do we find the possible  final values of variable x in the following program.   Int x=0; sem  s1=1, s2 =0;   CO P(s2); P(s1); x=x*2; V(s1); // P(s1); x=x*x; V(s1); // P(s1); x=x+3; V(s2); V(s1); Oc
Lab 07: Java Graphics (Bonus lab) In this lab, we'll be practicing what we learned about GUIs, and Mouse events. You will need to implement the following: ➤ A GUI with a drawing panel. We can click in this panel, and you will capture those clicks as a Point (see java.awt.Point) in a PointCollection class (you need to build this). о The points need to be represented by circles. Below the drawing panel, you will need 5 buttons: о An input button to register your mouse to the drawing panel. ○ о о A show button to paint the points in your collection on the drawing panel. A button to shift all the points to the left by 50 pixels. The x position of the points is not allowed to go below zero. Another button to shift all the points to the right 50 pixels. The x position of the points cannot go further than the You can implement this GUI in any way you choose. I suggest using the BorderLayout for a panel containing the buttons, and a GridLayout to hold the drawing panel and button panels.…
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education