Hi Rana, There are mainly to ways to "join" documents together in CouchDB: - either by calling the view with the "include_docs" parameter to get the document referenced by every row, - or by writing a view to collate documents according to a common key (or key part).
If you don't understand what I wrote, please read the documents Dave recommended to you. Regards, Aurélien
