inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 61598
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 421058 | 421058 | 61598 61598 | 23736 23736 |
| 768840 | 768840 | 61598 61598 | 90274 90274 |
| 1027741 | 1027741 | 61598 61598 | 90273 90273 |
| 1040274 | 1040274 | 61598 61598 | 90272 90272 |
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)
);