inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 50955
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 243294 | 243294 | 50955 50955 | 74126 74126 |
| 297539 | 297539 | 50955 50955 | 56804 56804 |
| 485530 | 485530 | 50955 50955 | 74128 74128 |
| 562026 | 562026 | 50955 50955 | 74127 74127 |
| 983997 | 983997 | 50955 50955 | 68438 68438 |
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)
);