inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10347
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 949526 | 949526 | 251432 251432 | 10347 10347 |
| 949527 | 949527 | 4204 4204 | 10347 10347 |
| 949528 | 949528 | 4702 4702 | 10347 10347 |
| 949529 | 949529 | 47844 47844 | 10347 10347 |
| 949530 | 949530 | 280817 280817 | 10347 10347 |
| 949531 | 949531 | 40960 40960 | 10347 10347 |
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)
);