Преглед на файлове

Merge branch 'master' of github.com:Zipcoder/PokemonSqlLab

miscbits преди 6 години
родител
ревизия
fe19749e5a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      README.md

+ 2
- 2
README.md Целия файл

47
 |:------------:|:------------:|:-----:|:------------:|:--------------:|
47
 |:------------:|:------------:|:-----:|:------------:|:--------------:|
48
 | Pokemon's name| Trainer's name| Current Level| Primary Type Name| Secondary Type Name|
48
 | Pokemon's name| Trainer's name| Current Level| Primary Type Name| Secondary Type Name|
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
+Sort 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
 
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
 
63
 
64
-Once all of that is done, submit a pull request
64
+Once all of that is done, submit a pull request