1.

Which of the following arangosh command completely replaces the old document with a new document?

Answer»

Which of the FOLLOWING arangosh COMMAND completely replaces the old document with a new document?
Choose the CORRECT option from below list
(1)db.songs.replace("< collection_name>/<_key>",< updated_document>});
(2)db.songs.update("< collection_name>/<_key>",< updated_document>});

ANSWER:-(1)db.songs.replace("< collection_name>/<_key>",< updated_document>});



Discussion

No Comment Found