inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 40267
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 495277 | 495277 | 20925 20925 | 40267 40267 |
| 495278 | 495278 | 52796 52796 | 40267 40267 |
| 495279 | 495279 | 323258 323258 | 40267 40267 |
| 495280 | 495280 | 182818 182818 | 40267 40267 |
| 495281 | 495281 | 217323 217323 | 40267 40267 |
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)
);