inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17597
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 463138 | 463138 | 81413 81413 | 17597 17597 |
| 463139 | 463139 | 157107 157107 | 17597 17597 |
| 463140 | 463140 | 490960 490960 | 17597 17597 |
| 463141 | 463141 | 44913 44913 | 17597 17597 |
| 463142 | 463142 | 8515 8515 | 17597 17597 |
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)
);