-
Book Overview & Buying
-
Table Of Contents
Amazon Redshift Cookbook - Second Edition
By :
There are multiple ways to connect to the Amazon Redshift data warehouse, but one of the most popular options is to connect using a UI based tool. SQL Workbench/J is a free cross-platform SQL query tool, which can be used to connect using your own local client.
To complete this recipe, you will need:
The following steps will enable you to connect using the SQL Workbench/J client tool from your computer:
SQLWorkbench.exe (on Windows) or SQLWorkbenchJ application (on Mac).examplecluster_jdbc.
Figure 1.8 – SQL Workbench/J Manage drivers box

Figure 1.9 – SQL Workbench/J to select Amazon Redshift driver

Figure 1.10 – Amazon Redshift Connection Profile
select * from information_schema.tables;
A list of records will appear in the Results tab if the connection was successful:

Figure 1.11 – Sample query output from SQL Workbench/J