inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 43255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 549437 | 549437 | 518018 518018 | 43255 43255 |
| 549438 | 549438 | 22487 22487 | 43255 43255 |
| 549439 | 549439 | 255362 255362 | 43255 43255 |
| 549440 | 549440 | 185190 185190 | 43255 43255 |
| 549441 | 549441 | 131318 131318 | 43255 43255 |
| 549442 | 549442 | 215524 215524 | 43255 43255 |
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)
);