inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 28671
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 68786 | 68786 | 58445 58445 | 28671 28671 |
| 68787 | 68787 | 260310 260310 | 28671 28671 |
| 68788 | 68788 | 239804 239804 | 28671 28671 |
| 68789 | 68789 | 14661 14661 | 28671 28671 |
| 68790 | 68790 | 209562 209562 | 28671 28671 |
| 68791 | 68791 | 260311 260311 | 28671 28671 |
| 68792 | 68792 | 332925 332925 | 28671 28671 |
| 68793 | 68793 | 533621 533621 | 28671 28671 |
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)
);