inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 45977
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 577641 | 577641 | 49829 49829 | 45977 45977 |
| 577642 | 577642 | 33473 33473 | 45977 45977 |
| 577643 | 577643 | 521863 521863 | 45977 45977 |
| 577644 | 577644 | 23922 23922 | 45977 45977 |
| 577645 | 577645 | 134630 134630 | 45977 45977 |
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)
);