inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 17665
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 464674 | 464674 | 157161 157161 | 17665 17665 |
| 464675 | 464675 | 8554 8554 | 17665 17665 |
| 464676 | 464676 | 81504 81504 | 17665 17665 |
| 464677 | 464677 | 487854 487854 | 17665 17665 |
| 464678 | 464678 | 528540 528540 | 17665 17665 |
| 464679 | 464679 | 304595 304595 | 17665 17665 |
| 464680 | 464680 | 218553 218553 | 17665 17665 |
| 464681 | 464681 | 252326 252326 | 17665 17665 |
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)
);