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, 21.06.2019 22:00
What do the principles of notice, choice, onward transfer, and access closely apply to? a. privacyb. identificationc. retentiond. classification
Answers: 1
question
Computers and Technology, 22.06.2019 07:50
In this lab, you complete a prewritten c++ program for a carpenter who creates personalized house signs. the program is supposed to compute the price of any sign a customer orders, based on the following facts: the charge for all signs is a minimum of $35.00. the first five letters or numbers are included in the minimum charge; there is a $4 charge for each additional character. if the sign is made of oak, add $20.00. no charge is added for pine. black or white characters are included in the minimum charge; there is an additional $15 charge for gold-leaf lettering. instructions ensure the file named housesign.cppis open in the code editor. you need to declare variables for the following, and initialize them where specified: a variable for the cost of the sign initialized to 0.00 (charge). a variable for the number of characters initialized to 8 (numchars). a variable for the color of the characters initialized to "gold" (color). a variable for the wood type initialized to "oak" (woodtype). write the rest of the program using assignment statements and ifstatements as appropriate. the output statements are written for you. execute the program by clicking the run button. your output should be: the charge for this sign is $82. this is the code, // housesign.cpp - this program calculates prices for custom made signs. #include #include using namespace std; int main() { // this is the work done in the housekeeping() function // declare and initialize variables here // charge for this sign // color of characters in sign // number of characters in sign // type of wood // this is the work done in the detailloop() function // write assignment and if statements here // this is the work done in the endofjob() function // output charge for this sign cout < < "the charge for this sign is $" < < charge < < endl; return(0); }
Answers: 1
question
Computers and Technology, 22.06.2019 22:00
During physical science class ben and jerry connected three identical lightbulbs in parallel to a battery where happens when ben removes one of the lightbulbs from it’s socket
Answers: 2
question
Computers and Technology, 23.06.2019 02:30
Which component acts as a platform on which application software runs
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, 02.09.2021 04:40
question
Physics, 02.09.2021 04:40
question
Mathematics, 02.09.2021 04:40
question
Mathematics, 02.09.2021 04:40
question
Mathematics, 02.09.2021 04:40
question
Mathematics, 02.09.2021 04:40
question
Mathematics, 02.09.2021 04:40
question
Mathematics, 02.09.2021 04:40
question
Mathematics, 02.09.2021 04:40
Questions on the website: 13722362