inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 69467
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 485168 | 485168 | 69467 69467 | 102167 102167 |
| 668743 | 668743 | 69467 69467 | 3985 3985 |
| 717022 | 717022 | 69467 69467 | 102168 102168 |
| 980297 | 980297 | 69467 69467 | 12831 12831 |
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)
);