inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 46881
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 268161 | 268161 | 46881 46881 | 260 260 |
| 624573 | 624573 | 46881 46881 | 257 257 |
| 703903 | 703903 | 46881 46881 | 67961 67961 |
| 704012 | 704012 | 46881 46881 | 67960 67960 |
| 975765 | 975765 | 46881 46881 | 67959 67959 |
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)
);