inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 26825
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 947364 | 947364 | 287009 287009 | 26825 26825 |
| 947365 | 947365 | 532522 532522 | 26825 26825 |
| 947366 | 947366 | 13570 13570 | 26825 26825 |
| 947367 | 947367 | 40767 40767 | 26825 26825 |
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)
);