inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 15285
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 115509 | 115509 | 263994 263994 | 15285 15285 |
| 115510 | 115510 | 527202 527202 | 15285 15285 |
| 115511 | 115511 | 33059 33059 | 15285 15285 |
| 115512 | 115512 | 488696 488696 | 15285 15285 |
| 115513 | 115513 | 263995 263995 | 15285 15285 |
| 115514 | 115514 | 77349 77349 | 15285 15285 |
| 115515 | 115515 | 330204 330204 | 15285 15285 |
| 115516 | 115516 | 7174 7174 | 15285 15285 |
| 115517 | 115517 | 45751 45751 | 15285 15285 |
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)
);