inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15363
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 118109 | 118109 | 155530 155530 | 15363 15363 |
| 118110 | 118110 | 77442 77442 | 15363 15363 |
| 118111 | 118111 | 318033 318033 | 15363 15363 |
| 118112 | 118112 | 488764 488764 | 15363 15363 |
| 118113 | 118113 | 7218 7218 | 15363 15363 |
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)
);