inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15850
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 437732 | 437732 | 242887 242887 | 15850 15850 |
| 437733 | 437733 | 32976 32976 | 15850 15850 |
| 437734 | 437734 | 489196 489196 | 15850 15850 |
| 437735 | 437735 | 7522 7522 | 15850 15850 |
| 437736 | 437736 | 527520 527520 | 15850 15850 |
| 437737 | 437737 | 266020 266020 | 15850 15850 |
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)
);