Hi Everyone,
AFAIK, at the database, if we want to store the data it follows a particular architecture like:
- Create a database.
- Create a collection (data)
---database
|
|___ Collection(data)
But is there any method that supports the creation of sub-collections under the collection.
- Create a database,
- Create a collection,
- Create a sub-collection (data)
---database
|
|__ Collection
|
|__ Sub-collection(data).
I tried searching for the method which helps my requirement. But I didn't find anything.
Please help me to get a solution for this. If anyone didn't understand this Q please let me know.
Thank you.