inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 2997
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 127002 | 127002 | 2997 2997 | 7517 7517 |
| 401078 | 401078 | 2997 2997 | 7521 7521 |
| 401085 | 401085 | 2997 2997 | 7519 7519 |
| 1007095 | 1007095 | 2997 2997 | 7520 7520 |
| 1013969 | 1013969 | 2997 2997 | 7518 7518 |
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)
);