inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 16452
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 951648 | 951648 | 78880 78880 | 16452 16452 |
| 951649 | 951649 | 527864 527864 | 16452 16452 |
| 951650 | 951650 | 7879 7879 | 16452 16452 |
| 951651 | 951651 | 489727 489727 | 16452 16452 |
| 951652 | 951652 | 247904 247904 | 16452 16452 |
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)
);