PostgreSQL connection - authentification error
Hello, For the online course 'Integration With SQL Databases', I'm struggling to set up the PostgreSQL connection with DSS. As guided by the course, on pgAdmin I executed the following queries in the database dku: CREATE SCHEMA dku_churn; CREATE USER clara WITH PASSWORD 'Password'; GRANT ALL PRIVILEGES ON SCHEMA dku_churn…