Let's suppose that we have two tables in the database: the table user with columns id, name, surname, and the table phone_number with columns id, user_id, and phone. The column user_id makes a connection between tables.
Below you can see a code that represents it, but the code is in a wrong order. Arrange it and add the indents where necessary.
Use the arrows on the right to move lines and the buttons on the left to add indentation (one click equals four spaces).