inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 62645
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 151482 | 151482 | 62645 62645 | 19961 19961 |
| 852216 | 852216 | 62645 62645 | 91825 91825 |
| 852220 | 852220 | 62645 62645 | 91826 91826 |
| 877039 | 877039 | 62645 62645 | 20333 20333 |
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)
);