inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 48139
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 70284 | 70284 | 48139 48139 | 2674 2674 |
| 408367 | 408367 | 48139 48139 | 69965 69965 |
| 724321 | 724321 | 48139 48139 | 2677 2677 |
| 893900 | 893900 | 48139 48139 | 69966 69966 |
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)
);