inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 9380
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 836172 | 836172 | 491986 491986 | 9380 9380 |
| 836173 | 836173 | 9098 9098 | 9380 9380 |
| 836174 | 836174 | 3788 3788 | 9380 9380 |
| 836175 | 836175 | 38288 38288 | 9380 9380 |
| 836176 | 836176 | 254122 254122 | 9380 9380 |
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)
);