inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 3018
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 59562 | 59562 | 3018 3018 | 7585 7585 |
| 313229 | 313229 | 3018 3018 | 7584 7584 |
| 662764 | 662764 | 3018 3018 | 7587 7587 |
| 770817 | 770817 | 3018 3018 | 7586 7586 |
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)
);