inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 71661
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 401921 | 401921 | 71661 71661 | 104089 104089 |
| 402051 | 402051 | 71661 71661 | 104088 104088 |
| 479088 | 479088 | 71661 71661 | 1992 1992 |
| 789915 | 789915 | 71661 71661 | 1993 1993 |
CREATE TABLE [inventory_summary] (
[inventory_id] integer,
[query_id] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (query_id) REFERENCES api_ready_query(query_id)
);