inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 4569
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 38429 | 38429 | 71434 71434 | 4569 4569 |
| 38430 | 38430 | 151444 151444 | 4569 4569 |
| 38431 | 38431 | 1796 1796 | 4569 4569 |
| 38432 | 38432 | 244734 244734 | 4569 4569 |
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)
);