inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 13914
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 70015 | 70015 | 260617 260617 | 13914 13914 |
| 70016 | 70016 | 6319 6319 | 13914 13914 |
| 70017 | 70017 | 239957 239957 | 13914 13914 |
| 70018 | 70018 | 260616 260616 | 13914 13914 |
| 70019 | 70019 | 342708 342708 | 13914 13914 |
| 70020 | 70020 | 487557 487557 | 13914 13914 |
| 70021 | 70021 | 46065 46065 | 13914 13914 |
| 70022 | 70022 | 76212 76212 | 13914 13914 |
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)
);