0
0
Tableaubi_tool~5 mins

Database connections (SQL Server, PostgreSQL) in Tableau - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the first step to connect Tableau to a SQL Server database?
Open Tableau, select 'Connect to Data', then choose 'Microsoft SQL Server' from the list of connectors. Enter the server name and authentication details.
Click to reveal answer
beginner
How do you connect Tableau to a PostgreSQL database?
In Tableau, select 'Connect to Data', then choose 'PostgreSQL'. Enter the server address, database name, username, and password to establish the connection.
Click to reveal answer
intermediate
What authentication methods can you use when connecting Tableau to SQL Server?
You can use Windows Authentication (integrated security) or SQL Server Authentication (username and password).
Click to reveal answer
intermediate
Why is it important to know the database server's port number when connecting Tableau to PostgreSQL?
Because PostgreSQL listens on a specific port (default 5432), and Tableau needs this port to communicate with the database server correctly.
Click to reveal answer
beginner
What is a live connection in Tableau when connecting to SQL Server or PostgreSQL?
A live connection means Tableau queries the database directly in real-time, showing the most current data without storing it locally.
Click to reveal answer
Which Tableau connector should you select to connect to a SQL Server database?
AMySQL
BPostgreSQL
CMicrosoft SQL Server
DOracle
What default port does PostgreSQL use that you might need to specify in Tableau?
A5432
B1433
C3306
D1521
Which authentication method uses your Windows login credentials to connect Tableau to SQL Server?
ASQL Server Authentication
BWindows Authentication
COAuth
DBasic Authentication
What does a live connection in Tableau mean?
ATableau queries the database in real-time
BData is refreshed once a day
CData is imported and stored in Tableau
DData is exported to Excel
Which information is NOT required to connect Tableau to PostgreSQL?
AServer address
BDatabase name
CUsername and password
DTableau workbook file path
Describe the steps to connect Tableau to a SQL Server database.
Think about what information Tableau needs to reach the database.
You got /5 concepts.
    Explain the difference between a live connection and an extract in Tableau when connecting to databases like PostgreSQL.
    Consider how Tableau accesses and stores data in each mode.
    You got /4 concepts.