0

Possible Duplicate:
SQL view in mongodb

I am newbie to mongodb (java).

I need to know whether something like views(in relational) exists in mongodb?

Is it possible to create views mongodb?

Community
  • 1
  • 1
Ramya
  • 1,067
  • 6
  • 16
  • 29

1 Answers1

2

No.

...unless you count queries as views.

Eve Freeman
  • 32,467
  • 4
  • 86
  • 101