inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 31734
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 40245 | 40245 | 16389 16389 | 31734 31734 |
| 40246 | 40246 | 269954 269954 | 31734 31734 |
| 40247 | 40247 | 245115 245115 | 31734 31734 |
| 40248 | 40248 | 535211 535211 | 31734 31734 |
| 40249 | 40249 | 28559 28559 | 31734 31734 |
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)
);