inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 37259
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 394323 | 394323 | 61870 61870 | 37259 37259 |
| 394324 | 394324 | 537665 537665 | 37259 37259 |
| 394325 | 394325 | 337327 337327 | 37259 37259 |
| 394326 | 394326 | 220732 220732 | 37259 37259 |
| 394327 | 394327 | 19351 19351 | 37259 37259 |
| 394328 | 394328 | 250145 250145 | 37259 37259 |
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)
);