inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 15530
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 130136 | 130136 | 60480 60480 | 15530 15530 |
| 130137 | 130137 | 265033 265033 | 15530 15530 |
| 130138 | 130138 | 265032 265032 | 15530 15530 |
| 130139 | 130139 | 527328 527328 | 15530 15530 |
| 130140 | 130140 | 31093 31093 | 15530 15530 |
| 130141 | 130141 | 242187 242187 | 15530 15530 |
| 130142 | 130142 | 77632 77632 | 15530 15530 |
| 130143 | 130143 | 488918 488918 | 15530 15530 |
| 130144 | 130144 | 7326 7326 | 15530 15530 |
| 130145 | 130145 | 317509 317509 | 15530 15530 |
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)
);