inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 17684
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 348296 | 348296 | 252401 252401 | 17684 17684 |
| 348297 | 348297 | 487872 487872 | 17684 17684 |
| 348298 | 348298 | 282627 282627 | 17684 17684 |
| 348299 | 348299 | 32472 32472 | 17684 17684 |
| 348300 | 348300 | 8563 8563 | 17684 17684 |
| 348301 | 348301 | 55845 55845 | 17684 17684 |
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)
);