inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16487
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 785885 | 785885 | 7899 7899 | 16487 16487 |
| 785886 | 785886 | 248633 248633 | 16487 16487 |
| 785887 | 785887 | 36709 36709 | 16487 16487 |
| 785888 | 785888 | 275833 275833 | 16487 16487 |
| 785889 | 785889 | 65749 65749 | 16487 16487 |
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)
);