inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 16980
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 845461 | 845461 | 8176 8176 | 16980 16980 |
| 845462 | 845462 | 251048 251048 | 16980 16980 |
| 845463 | 845463 | 490403 490403 | 16980 16980 |
| 845464 | 845464 | 38648 38648 | 16980 16980 |
| 845465 | 845465 | 60487 60487 | 16980 16980 |
| 845466 | 845466 | 280098 280098 | 16980 16980 |
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)
);