Joins

Overview

Joins allow you to combine data from multiple tables in QueryDeck to retrieve a unified dataset. Follow these steps to configure joins:

Using Joins

1. Configuring Joins in QueryDeck

  • Open the Joins Editor from the left-side pane.

  • Select the table to join with the base table in the pop up

  • Click on the endpoint on the top left corner to copy it

  • Save the endpoint

Testing

  • Test on Postman or other API testing tools.

  • Paste the endpoint copied and choose GET as the method

  • Click on send to send the request

  • Verify that the response includes combined data from the tables based on the join conditions.

For example, if we join the customer table provided and a hypothetical payments table, a joined result might include customer names alongside their payment histories.

Last updated