inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 16595
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 812473 | 812473 | 7965 7965 | 16595 16595 |
| 812474 | 812474 | 489935 489935 | 16595 16595 |
| 812475 | 812475 | 47280 47280 | 16595 16595 |
| 812476 | 812476 | 249484 249484 | 16595 16595 |
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)
);