In this step, we need to create view table to be accessed by the data visualization tool (Quicksight) for later use.
- go to Redshift Console
- click
Editorat the left menu
usually, if you have logged in in not a long time, it will re-login automatically. But, if you have logged out, you need to login again.
- in connection, choose
Create new connection - in cluster, choose
redshift-dwh - in database name, type
dev - in database user, type
admin - in database password, type your password.
- click
Connect to database
- check if the schema is
classicmodels
- Download this file and execute each of the query separately per view.
Once you execute each of the view query, it will appear at your tables and views list

let's test one of the view.
- in Redshift query editor, type this query
SELECT * FROM classicmodels.customers_vw
