inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 171866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 375639 | 375639 | 298606 298606 | 171866 171866 |
| 375640 | 375640 | 509216 509216 | 171866 171866 |
| 375641 | 375641 | 176175 176175 | 171866 171866 |
| 375642 | 375642 | 117146 117146 | 171866 171866 |
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)
);