Example - Select fields from multiple tables
You can also use the SQL Server SELECT statement to retrieve fields from multiple tables by using a join.
For example:
SELECT inventory.inventory_id, products.product_name, inventory.quantity FROM inventory INNER JOIN products ON inventory.product_id = products.product_id ORDER BY inventory_id;
Example - Select fields from multiple tables
You can also use the SQL Server SELECT statement to retrieve fields from multiple tables by using a join.
For example:
SELECT inventory.inventory_id, products.product_name, inventory.quantity FROM inventory INNER JOIN products ON inventory.product_id = products.product_id ORDER BY inventory_id;
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |