inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 14004
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 74277 | 74277 | 61545 61545 | 14004 14004 |
| 74278 | 74278 | 240113 240113 | 14004 14004 |
| 74279 | 74279 | 487940 487940 | 14004 14004 |
| 74280 | 74280 | 76310 76310 | 14004 14004 |
| 74281 | 74281 | 6375 6375 | 14004 14004 |
| 74282 | 74282 | 154689 154689 | 14004 14004 |
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)
);