inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 48302
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 38879 | 38879 | 48302 48302 | 21028 21028 |
| 212315 | 212315 | 48302 48302 | 21027 21027 |
| 409933 | 409933 | 48302 48302 | 70228 70228 |
| 716367 | 716367 | 48302 48302 | 70230 70230 |
| 720661 | 720661 | 48302 48302 | 70229 70229 |
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)
);