inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 136
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 701309 | 701309 | 45 45 | 136 136 |
| 701310 | 701310 | 528455 528455 | 136 136 |
| 701311 | 701311 | 68922 68922 | 136 136 |
| 701312 | 701312 | 252092 252092 | 136 136 |
| 701313 | 701313 | 33676 33676 | 136 136 |
| 701314 | 701314 | 282037 282037 | 136 136 |
| 701315 | 701315 | 8468 8468 | 136 136 |
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)
);