Question: WOULD someone please be able to write SQL STATEMENTS FOR THIS. THERE ARE 3 TABLES: OperatorStore which consists of operatorid,firstname,lastname,birthdate,license,rescue,operattions and droneid DroneStore which consists
WOULD someone please be able to write SQL STATEMENTS FOR THIS.
THERE ARE 3 TABLES: OperatorStore which consists of operatorid,firstname,lastname,birthdate,license,rescue,operattions and droneid
DroneStore which consists of dronename,classtype,rescue drone,operator,operatorid,mapid
MapStore which consists of mapid,mapname,filepath
Description: To help the developers with using the database, some example query scripts are needed. The following queries are needed:
- retrieve a single operator by there name
-retrieve a list of all operators in the data base in ascending order by name (last,first)
- retrieve a list of all maps ordered by name
- retrieve a list of all drones assigned to a map
- retrieve a list of all drones not assigned to any map
-retrieve a list of all drones in system inc operators name
-retrieve a list of all operators working on map
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
