In MongoDB, Master-Detail transactions can be achieved without multi-statement transactions by modeling objects as rich, nested documents and using atomic update operators. This approach eliminates the need for multiple tables or joins, allowing for single-statement transactions that maintain consistency and prevent inconsistent states. By leveraging MongoDB's data model and atomic update operators, developers can solve many use cases that traditionally required multi-statement transactions in relational databases.