Advertisement
Guest User

Untitled

a guest
Mar 7th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. table 1: mongodb (trying to make it like as structured data for understanding)
  2.  
  3. id email phone
  4. 123 [abc@gmail.com, def@rediff.com,xyz@live.com] [12334,343534]
  5.  
  6. table 2: row wise - traditional sql db
  7.  
  8. id email
  9. 123 abc@gmail.com
  10. 123 def@rediff.com
  11. 123 xyz@live.com
  12. 456 123@gmail.com
  13. 789 gkl@gmail.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement