Product Inventory
table. You can change the tables and columns included in your sync at any time - weâll cover that later.product_inventory
table:
record_id
for each record is stored in the id
column. Run another query to see which product has the most inventory:
where
to filter records. For example, to find all products that cost more than $100:
join
by adding another table to your sync.
You can add new tables and columns to your sync at any time. Sequin will automatically create the table and columns in your database and keep them in sync with your source.
Manufacturers
table to include it in your sync.manufacturers
table. When the migration completes, youâll see a new backfill job in the Sequin Console. This backfill job will backfill all the records from the manufacturers
table into your database.
Now, when you connect to your database, youâll see two tables. You can query across these tables with a join
:
type
, youâll get an error:
users
table to see which products each user has purchased: