inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 70375
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 381626 | 381626 | 92887 92887 | 70375 70375 |
| 381627 | 381627 | 277561 277561 | 70375 70375 |
| 381628 | 381628 | 301305 301305 | 70375 70375 |
| 381629 | 381629 | 277562 277562 | 70375 70375 |
| 381630 | 381630 | 249606 249606 | 70375 70375 |
| 381631 | 381631 | 48375 48375 | 70375 70375 |
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)
);