inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 87717
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 821517 | 821517 | 223416 223416 | 87717 87717 |
| 821518 | 821518 | 161014 161014 | 87717 87717 |
| 821519 | 821519 | 90224 90224 | 87717 87717 |
| 821520 | 821520 | 59860 59860 | 87717 87717 |
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)
);