inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17261
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 451930 | 451930 | 281367 281367 | 17261 17261 |
| 451931 | 451931 | 281368 281368 | 17261 17261 |
| 451932 | 451932 | 80974 80974 | 17261 17261 |
| 451933 | 451933 | 54087 54087 | 17261 17261 |
| 451934 | 451934 | 8326 8326 | 17261 17261 |
| 451935 | 451935 | 281369 281369 | 17261 17261 |
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)
);