inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 231682
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 368180 | 368180 | 489843 489843 | 231682 231682 |
| 368181 | 368181 | 221813 221813 | 231682 231682 |
| 368182 | 368182 | 156418 156418 | 231682 231682 |
| 368183 | 368183 | 527947 527947 | 231682 231682 |
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)
);