inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 25609
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 971185 | 971185 | 532201 532201 | 25609 25609 |
| 971186 | 971186 | 12909 12909 | 25609 25609 |
| 971187 | 971187 | 41583 41583 | 25609 25609 |
| 971188 | 971188 | 253255 253255 | 25609 25609 |
| 971189 | 971189 | 284100 284100 | 25609 25609 |
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)
);