inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 24486
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 898678 | 898678 | 39861 39861 | 24486 24486 |
| 898679 | 898679 | 492097 492097 | 24486 24486 |
| 898680 | 898680 | 281462 281462 | 24486 24486 |
| 898681 | 898681 | 251798 251798 | 24486 24486 |
| 898682 | 898682 | 12288 12288 | 24486 24486 |
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)
);