inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 54115
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 476577 | 476577 | 28464 28464 | 54115 54115 |
| 476578 | 476578 | 538581 538581 | 54115 54115 |
| 476579 | 476579 | 252806 252806 | 54115 54115 |
| 476580 | 476580 | 345233 345233 | 54115 54115 |
| 476581 | 476581 | 181922 181922 | 54115 54115 |
| 476582 | 476582 | 124853 124853 | 54115 54115 |
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)
);