Try to use postgreSQL instead of SQLite
And be careful with this characters ; ' "
It didn't pass because you forgot to add a semicolon at the end of your code?
You have to rename you statemets: AS name and AS card_name
Just end with FROM demographics and you'll be fine
This comment is hidden because it contains spoiler information about the solution
I don't understand, I literally unlocked the solution only to find out I had the same code as most people, yet it doesn't pass when I attempt?
Loading collection data...
Try to use postgreSQL instead of SQLite
And be careful with this characters ; ' "
It didn't pass because you forgot to add a semicolon at the end of your code?
You have to rename you statemets:
AS name and AS card_name
Just end with FROM demographics and you'll be fine
This comment is hidden because it contains spoiler information about the solution
I don't understand, I literally unlocked the solution only to find out I had the same code as most people, yet it doesn't pass when I attempt?