EXPERIENCING MIS >CUSTOM<
EXPERIENCING MIS >CUSTOM<
7th Edition
ISBN: 9781323518731
Author: KROENKE
Publisher: PEARSON C
bartleby

Concept explainers

Question
Book Icon
Chapter 5, Problem 11CE
Program Plan Intro

Entities and Relationship of “Figure 5-17”:

The entities that are identified in “Figure 5-17” are as follows:

  • Drone
  • Video
  • Facility
  • Analysis

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

  • “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-5”:

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

  • 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.

Blurred answer
Students have asked these similar questions
5. RetailItem ClassWrite a class named RetailItem that holds data about an item in a retail store. The class should store the following data in attributes: item description, units in inventory, and price. Once you have written the class, write a program that creates three RetailItem objects and stores the following data in them: Description    Units in Inventory    PriceItem #1    Jacket    12    59.95Item #2    Designer Jeans    40    34.95Item #3    Shirt    20    24.95
Find the Error: class Information:     def __init__(self, name, address, age, phone_number):         self.__name = name         self.__address = address         self.__age = age         self.__phone_number = phone_number   def main():     my_info = Information('John Doe','111 My Street', \                                '555-555-1281')
Find the Error: class Pet     def __init__(self, name, animal_type, age)         self.__name = name;         self.__animal_type = animal_type         self.__age = age       def set_name(self, name)         self.__name = name         def set_animal_type(self, animal_type)         self.__animal_type = animal_type
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
  • Text book image
    Oracle 12c: SQL
    Computer Science
    ISBN:9781305251038
    Author:Joan Casteel
    Publisher:Cengage Learning
    Text book image
    CMPTR
    Computer Science
    ISBN:9781337681872
    Author:PINARD
    Publisher:Cengage
    Text book image
    A Guide to SQL
    Computer Science
    ISBN:9781111527273
    Author:Philip J. Pratt
    Publisher:Course Technology Ptr
  • Text book image
    Database Systems: Design, Implementation, & Manag...
    Computer Science
    ISBN:9781305627482
    Author:Carlos Coronel, Steven Morris
    Publisher:Cengage Learning
    Text book image
    Database Systems: Design, Implementation, & Manag...
    Computer Science
    ISBN:9781285196145
    Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
    Publisher:Cengage Learning
Text book image
Oracle 12c: SQL
Computer Science
ISBN:9781305251038
Author:Joan Casteel
Publisher:Cengage Learning
Text book image
CMPTR
Computer Science
ISBN:9781337681872
Author:PINARD
Publisher:Cengage
Text book image
A Guide to SQL
Computer Science
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Course Technology Ptr
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781305627482
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781285196145
Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:Cengage Learning