You have three tables in a PostgreSQL database.
Produce a query that generates two columns.
- "Custodian" : Contains boolean "true" when the person's role is "Janitor", "false" in all other instances.
- "Person" : Contains the user's name, sorted ascending.
The columns in your ResultSet MUST be named exactly, in this order:
Good Luck!