浏览代码

updated readme

miscbits 6 年前
父节点
当前提交
3a169a8e12
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4
    2
      README.md

+ 4
- 2
README.md 查看文件

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