Skip to content

Instantly share code, notes, and snippets.

@aershov24
Created October 14, 2020 05:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aershov24/141d860cff0eedc349bdcb242056ec29 to your computer and use it in GitHub Desktop.
Save aershov24/141d860cff0eedc349bdcb242056ec29 to your computer and use it in GitHub Desktop.
Markdium-25 NoSQL Interview Questions (ANSWERED) You Must Know In 2020
{
$lookup:
{
from: <collection to join>,
localField: <field from the input documents>,
foreignField: <field from the documents of the "from" collection>,
as: <output array field>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment