inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 45653
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 41967 | 41967 | 45653 45653 | 19 19 |
| 102495 | 102495 | 45653 45653 | 18 18 |
| 815653 | 815653 | 45653 45653 | 66263 66263 |
| 820030 | 820030 | 45653 45653 | 66262 66262 |
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)
);