inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 103013
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 857282 | 857282 | 70009 70009 | 103013 103013 |
| 857283 | 857283 | 100836 100836 | 103013 103013 |
| 857284 | 857284 | 213610 213610 | 103013 103013 |
| 857285 | 857285 | 238494 238494 | 103013 103013 |
| 857286 | 857286 | 202278 202278 | 103013 103013 |
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)
);