inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 63532
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 392986 | 392986 | 63532 63532 | 93137 93137 |
| 628384 | 628384 | 63532 63532 | 93138 93138 |
| 717064 | 717064 | 63532 63532 | 93139 93139 |
| 874275 | 874275 | 63532 63532 | 93140 93140 |
| 927106 | 927106 | 63532 63532 | 93141 93141 |
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)
);