Skip to content

Instantly share code, notes, and snippets.

@worldofprasanna
Last active August 14, 2019 10:52
Show Gist options
  • Select an option

  • Save worldofprasanna/17d27b7ce8a4f379f9d57594c7c2d581 to your computer and use it in GitHub Desktop.

Select an option

Save worldofprasanna/17d27b7ce8a4f379f9d57594c7c2d581 to your computer and use it in GitHub Desktop.
| id | name | parent |
|----|--------------------------|--------|
| 1 | Apple Inc | (null) |
| 2 | Google Inc | (null) |
| 3 | Apple India | 1 |
| 4 | Google India | 2 |
| 5 | Apple Chennai | 3 |
| 6 | Apple Bangalore | 3 |
| 7 | Apple Chennai - Ascendas | 5 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment