It didn’t work because you are joining on name and id.
Since name and id never have matching values the result will be empty.
And you will want to revisit the excercise. We didn’t want the invoices_archived table to be a 1:1 copy of the invoices table. We wanted to have a name column with the clients name in invoices_archived instead of the original client_id column of the invoices table.emphasized text