inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 69577
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 336353 | 336353 | 69577 69577 | 102366 102366 |
| 351042 | 351042 | 69577 69577 | 102367 102367 |
| 874252 | 874252 | 69577 69577 | 102368 102368 |
| 1040766 | 1040766 | 69577 69577 | 102369 102369 |
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)
);