inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 31924
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 954130 | 954130 | 245294 245294 | 31924 31924 |
| 954131 | 954131 | 57650 57650 | 31924 31924 |
| 954132 | 954132 | 535288 535288 | 31924 31924 |
| 954133 | 954133 | 16490 16490 | 31924 31924 |
| 954134 | 954134 | 504913 504913 | 31924 31924 |
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)
);