inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 48924
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 207559 | 207559 | 48924 48924 | 31779 31779 |
| 816901 | 816901 | 48924 48924 | 31780 31780 |
| 818617 | 818617 | 48924 48924 | 71209 71209 |
| 818620 | 818620 | 48924 48924 | 71210 71210 |
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)
);