# Introduction In this lab, you will learn how to use MongoDB references to design data relations and manage relationships between parent and child documents. You will start by creating a simple library management system with books and authors, then explore techniques for linking parent and child documents, updating child references, querying parent-child relationships, and maintaining referential integrity. The lab covers key principles of document references in MongoDB and provides practical examples to help you understand and apply these concepts effectively.
Click the virtual machine below to start practicing