inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 60407
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 399904 | 399904 | 60407 60407 | 88502 88502 |
| 567195 | 567195 | 60407 60407 | 44810 44810 |
| 718881 | 718881 | 60407 60407 | 88501 88501 |
| 740642 | 740642 | 60407 60407 | 88500 88500 |
| 952080 | 952080 | 60407 60407 | 88503 88503 |
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)
);