|
@@ -49,7 +49,7 @@ Directions: Write a query that returns the following collumns:
|
49
|
49
|
|
50
|
50
|
Order the data by finding out which trainer has the strongest pokemon so that this will act as a ranking of strongest to weakest trainer. You may interpret strongest in whatever way you want, but you will have to explain your decision.
|
51
|
51
|
|
52
|
|
-##Turning in this assignment
|
|
52
|
+## Turning in this assignment
|
53
|
53
|
|
54
|
54
|
To turn in this assignment, create files for each part with at least one query for each question answered. Above each query include a comment with the question you were answering.
|
55
|
55
|
Example:
|
|
@@ -59,4 +59,6 @@ Example:
|
59
|
59
|
SELECT CHAR_LENGTH('Hello World!') AS length_of_hello_world
|
60
|
60
|
```
|
61
|
61
|
|
62
|
|
-For Part 4 specifically also leave a comment explaining how your query is deciding who the strongest trainer is
|
|
62
|
+For Part 4 specifically also leave a comment explaining how your query is deciding who the strongest trainer is
|
|
63
|
+
|
|
64
|
+Once all of that is done, submit a pull request
|