inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 24528
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 32077 | 32077 | 281673 281673 | 24528 24528 |
| 32078 | 32078 | 58756 58756 | 24528 24528 |
| 32079 | 32079 | 239428 239428 | 24528 24528 |
| 32080 | 32080 | 531995 531995 | 24528 24528 |
| 32081 | 32081 | 12311 12311 | 24528 24528 |
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)
);