subject

Caped crusaders inc. the super heroes of the comic world have united in an organization to save the world from villains (some who also possess super powers). you are charged with keeping track of things in this comic world. your database will contain the information presented below. table: tblsuperheroes table: tblarrests table: tblvillains super hero id (autonumber) arrest id (autonumber) villain id (autonumber) super hero, secret identity (text) super hero id (foreign key) villain, secret identity last name villain id number (foreign key) villain, home planet first name date of crime (date/time with input mask) primary characteristic (what is their special power? ) super hero, home planet arrest date (date/time with input mask) strength rating primary characteristic, other than flying. (what is the character’s special power? ) fine charged (should be more than largest hero’s charge; currency) indicator if the hero can fly (yes/no) indicator if fine was paid. (yes/no) strength rating. (1-10 with 10 being the strongest) fee hero charges to make arrests (currency) step by step description: 1. use all naming conventions discussed in this course. 2. set the database to compact on close. 3. create three tables as per specifications below. 4. set table relationships and referential integrity (including cascade update and cascade delete if applicable) 5. enter data into the tables a. create a minimum of eight super heroes in your database b. create at least ten villains you may use existing characters from comic books or invent your own. some villains should have a record indicating multiple arrests and some of the super heroes should have more than one arrest to their credit. at least one super hero should have no arrests. some of the fines will and others will not be paid. c. create a minimum of 15 arrests. most super heroes should have arrests but at least one super hero should not have an arrest. 6. create queries  a query that computes the strength quotient for each arrest. name this query: qryquotient. the strength quotient = hero’s strength rating divided by the villain’s strength rating.  a query that lists the sum of all of the fines collected, grouped by each superhero. name this query: qryherofines 7. create the following forms:  one that allows you to enter a new hero. name this form: frmnewhero  one to enter a new villain. name this form: frmnewvillain  one to enter a new arrest record. this last form assumes that the superhero and villain are already listed in the database. name this form: frmnewarrest  create a form that lists the superhero and identity that is sorted by the hero’s last name. this form should contain a subform that lists all of the arrests made by that hero with the name(s) of the villain, date(s) of arrest and fine(s). any hero that has no arrests should not appear in this form. name this form: frmfinesfromhero. name the subform: fsubarrests. 8. create the following reports:  one that lists all of the arrests and the fines that have been levied. make sure to include the hero and villain names name this report: rptarrests  one that lists the heroes who can fly. name this report: rptfly  one that shows the total amount (one number) fined for all arrests. name this report: rpttotalfines  one that gives the total outstanding amount (not paid by the villains) by each villian. name this report: rptoutstanding  one that lists all of the arrests with the villains that involved a strength quotient that was less than one. name this report: rptstrength 9. include at least one graphic in your database on one or more of your forms.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 02:10
3. (5 points) describe what would be printed by the code below or what error would occur. const char* cstr = "0123456"; const char* ptr = & cstr[4]; cout < < ptr[-1] < < ptr < < endl; 1 4. (5 points) theseus has been trapped in a maze with a minotaur, which is trying to capture him. each round, theseus and the minotaur move through the maze; theseus towards the exit, and the minotaur towards theseus. theseus can move in any of the four cardinal directions, or he can wait for a round to see how the minotaur moves. write code that creates a data type to represent the possible moves that theseus could make.
Answers: 3
question
Computers and Technology, 22.06.2019 17:30
Where would you click to edit the chart data?
Answers: 1
question
Computers and Technology, 22.06.2019 19:20
Consider the following code snippet: #ifndef cashregister_h#define cashregister_hconst double max_balance = 6000000.0; class cashregister{public: cashregister(); cashregister(double new_balance); void set_balance(double new_balance); double get_balance() const; private: double balance[12]; }; double get_monthly_balance(cashregister bk, int month); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_balance should be removed since header files should not contain constants.c)the definition of cashregister should be removed since header files should not contain class definitions.d)the body of the get_monthly_balance function should be added to the header file.
Answers: 1
question
Computers and Technology, 23.06.2019 12:00
3. when you right-click a linked spreadsheet object, what commands do you choose to activate the excel features? a. linked worksheet object > edit b. edit data > edit data c. linked spreadsheet > edit d. object > edit data
Answers: 2
You know the right answer?
Caped crusaders inc. the super heroes of the comic world have united in an organization to save the...
Questions
question
Mathematics, 10.09.2021 01:10
question
Mathematics, 10.09.2021 01:10
question
Mathematics, 10.09.2021 01:10
question
Mathematics, 10.09.2021 01:10
Questions on the website: 13722363