inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 26244
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 335542 | 335542 | 275405 275405 | 26244 26244 |
| 335543 | 335543 | 248400 248400 | 26244 26244 |
| 335544 | 335544 | 275404 275404 | 26244 26244 |
| 335545 | 335545 | 13254 13254 | 26244 26244 |
| 335546 | 335546 | 324222 324222 | 26244 26244 |
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)
);