inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 209909
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 216667 | 216667 | 209909 209909 | 3755 3755 |
| 833994 | 833994 | 209909 209909 | 302358 302358 |
| 834004 | 834004 | 209909 209909 | 157183 157183 |
| 927791 | 927791 | 209909 209909 | 302357 302357 |
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)
);