inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 58594
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 242037 | 242037 | 58594 58594 | 85625 85625 |
| 396442 | 396442 | 58594 58594 | 85623 85623 |
| 465250 | 465250 | 58594 58594 | 39067 39067 |
| 902772 | 902772 | 58594 58594 | 85626 85626 |
| 902773 | 902773 | 58594 58594 | 85624 85624 |
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)
);