inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 117376
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 507356 | 507356 | 158022 158022 | 117376 117376 |
| 507357 | 507357 | 83250 83250 | 117376 117376 |
| 507358 | 507358 | 491992 491992 | 117376 117376 |
| 507359 | 507359 | 304899 304899 | 117376 117376 |
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)
);