Question: Note - this command has you modify the database. If you are going to go back and answer some other questions after you do this

    1. Note - this command has you modify the database.  If you are going to go back and answer some other questions after you do this command, be sure you refresh your database (i.e. re-load and re-run the script which made the database in the first place) before answering those questions.

    First, check your database is fully refreshed.  Run the following checksum code.  (There's a lot of code here; it's best to copy/paste into SQL.)

     

    SELECT ((COUNT(*) * AVG(Weight)) MOD 99) as checksum from litcharacters;

     

    You should get a checksum answer of 47. 

     

    You have some more characters to include.  Insert the below characters in to the database:

                ('Mogwai', 'Magical', 'Other', 'Fairy', 'Female', '25', '158','2'),

                ('Menehune', 'Real', 'Human', 'Superhero', 'Male', '56', '195','5')

                

    Now what is your checksum?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

QUESTION YouDescriptionNote this command has you modify the database If you are going to go bac... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Algorithms Questions!