inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 405130
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 987822 | 987822 | 465277 465277 | 405130 405130 |
| 987823 | 987823 | 465278 465278 | 405130 405130 |
| 987824 | 987824 | 376498 376498 | 405130 405130 |
| 987825 | 987825 | 424441 424441 | 405130 405130 |
| 987826 | 987826 | 376499 376499 | 405130 405130 |
| 987827 | 987827 | 424440 424440 | 405130 405130 |
| 987828 | 987828 | 512488 512488 | 405130 405130 |
| 987829 | 987829 | 483709 483709 | 405130 405130 |
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)
);