inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 45403
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 172419 | 172419 | 45403 45403 | 65823 65823 |
| 706037 | 706037 | 45403 45403 | 65826 65826 |
| 766585 | 766585 | 45403 45403 | 65824 65824 |
| 861208 | 861208 | 45403 45403 | 65825 65825 |
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)
);