I build 3 tables:
First table for suppliers: supplierId, supplierNmae.
Second table for products: productId, productName
Third table for the link between suppliers and products: supplierId (link to suppliers table), productId (link to products table), price (the price of the product that supply this product).
In relational data base that what I need to buid.
Is that what I need to do in Airtable data base?