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
- 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
QUESTION YouDescriptionNote this command has you modify the database If you are going to go bac... View full answer
Get step-by-step solutions from verified subject matter experts
