inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 114125
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 452574 | 452574 | 251764 251764 | 114125 114125 |
| 452575 | 452575 | 80991 80991 | 114125 114125 |
| 452576 | 452576 | 156925 156925 | 114125 114125 |
| 452577 | 452577 | 490694 490694 | 114125 114125 |
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)
);