Question: a Set up a cub scout database including appropriate validation checks for each field. Enter data for at least 10 records. b The cub scout
a Set up a cub scout database including appropriate validation checks for each field.
Enter data for at least 10 records.
b The cub scout leader wants to put each cub into a group called a 'six: each 'six can have up to six cubs in it and is given a name for example red, yellow, blue and green.
Add a new text field called Six, and assign each cub to either a red, blue, yellow or green six.
i Write an SQL query to pick out any cubs in the red six.
iiWrite an SQL query to pick out any cubs in the red six or the blue six.
iii Write an SQL query to count the number of cubs in the red six.
c The cub scout leader wants to calculate the number of badges that all the cubs have been awarded. Add a new integer field called Badges, enter the number of badges awarded to each cub.
Write an SQL query to count the number of badges awarded to the whole cub group.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
