inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 63173
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1038409 | 1038409 | 46958 46958 | 63173 63173 |
| 1038410 | 1038410 | 46957 46957 | 63173 63173 |
| 1038411 | 1038411 | 43236 43236 | 63173 63173 |
| 1038412 | 1038412 | 232504 232504 | 63173 63173 |
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)
);