inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17145
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1003243 | 1003243 | 490525 490525 | 17145 17145 |
| 1003244 | 1003244 | 251260 251260 | 17145 17145 |
| 1003245 | 1003245 | 42344 42344 | 17145 17145 |
| 1003246 | 1003246 | 280476 280476 | 17145 17145 |
| 1003247 | 1003247 | 8260 8260 | 17145 17145 |
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)
);