inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 68669
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 327852 | 327852 | 47317 47317 | 68669 68669 |
| 327853 | 327853 | 496142 496142 | 68669 68669 |
| 327854 | 327854 | 308126 308126 | 68669 68669 |
| 327855 | 327855 | 90908 90908 | 68669 68669 |
| 327856 | 327856 | 161338 161338 | 68669 68669 |
| 327857 | 327857 | 248088 248088 | 68669 68669 |
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)
);