inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15853
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 147038 | 147038 | 489199 489199 | 15853 15853 |
| 147039 | 147039 | 527522 527522 | 15853 15853 |
| 147040 | 147040 | 7524 7524 | 15853 15853 |
| 147041 | 147041 | 341206 341206 | 15853 15853 |
| 147042 | 147042 | 78017 78017 | 15853 15853 |
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)
);