Skip to content

Commit

Permalink
updated name mismatch
Browse files Browse the repository at this point in the history
corrected "russell" and "lebron" names mismatch in create section
  • Loading branch information
ng3w-uv authored Mar 7, 2023
1 parent 8a61179 commit 5239dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 01-initial-data.cypher
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CREATE
(lebron:PLAYER{name:"Russell Westbrook", age: 33, number: 0, height: 1.91, weight: 91}),
(russell:PLAYER{name:"LeBron James", age: 36, number: 6, height: 2.06, weight: 113}),
(russell:PLAYER{name:"Russell Westbrook", age: 33, number: 0, height: 1.91, weight: 91}),
(lebron:PLAYER{name:"LeBron James", age: 36, number: 6, height: 2.06, weight: 113}),
(anthony:PLAYER{name:"Anthony Davis", age: 28, number: 23, height: 2.08, weight: 115}),
(ja:PLAYER{name:"Ja Morant", age: 22, number: 12, height: 1.91, weight: 79}),
(luka:PLAYER{name:"Luka Doncic", age: 22, number: 77, height: 2.01, weight: 104}),
Expand Down

0 comments on commit 5239dc9

Please sign in to comment.