inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 61017
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 166385 | 166385 | 61017 61017 | 497 497 |
| 713791 | 713791 | 61017 61017 | 89388 89388 |
| 713867 | 713867 | 61017 61017 | 499 499 |
| 717112 | 717112 | 61017 61017 | 89389 89389 |
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)
);