inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 17669
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 464692 | 464692 | 282489 282489 | 17669 17669 |
| 464693 | 464693 | 69065 69065 | 17669 17669 |
| 464694 | 464694 | 329675 329675 | 17669 17669 |
| 464695 | 464695 | 81506 81506 | 17669 17669 |
| 464696 | 464696 | 528542 528542 | 17669 17669 |
| 464697 | 464697 | 252331 252331 | 17669 17669 |
| 464698 | 464698 | 282490 282490 | 17669 17669 |
| 464699 | 464699 | 8556 8556 | 17669 17669 |
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)
);