Bladeren bron

updated readme

miscbits 6 jaren geleden
bovenliggende
commit
3a169a8e12
1 gewijzigde bestanden met toevoegingen van 4 en 2 verwijderingen
  1. 4
    2
      README.md

+ 4
- 2
README.md Bestand weergeven

49
 
49
 
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.
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
 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.
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
 Example: 
55
 Example: 
59
  SELECT CHAR_LENGTH('Hello World!') AS length_of_hello_world
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