inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 61882
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 233526 | 233526 | 61882 61882 | 90748 90748 |
| 414074 | 414074 | 61882 61882 | 704 704 |
| 718909 | 718909 | 61882 61882 | 90749 90749 |
| 1029802 | 1029802 | 61882 61882 | 90750 90750 |
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)
);