How can you enter multi line operations in the mongo shell?
Answer Posted / Vandana Kumari
To enter multi-line operations in the MongoDB shell, you can enclose the block of code between curly braces `{}` and end each line with a semicolon. Pressing Enter after the last semicolon will execute the entire block.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers