inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 97245
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 822515 | 822515 | 235684 235684 | 97245 97245 |
| 822516 | 822516 | 66177 66177 | 97245 97245 |
| 822517 | 822517 | 241176 241176 | 97245 97245 |
| 822518 | 822518 | 85898 85898 | 97245 97245 |
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)
);