inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 48381
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 370589 | 370589 | 48381 48381 | 36052 36052 |
| 811599 | 811599 | 48381 48381 | 36053 36053 |
| 815429 | 815429 | 48381 48381 | 70387 70387 |
| 817108 | 817108 | 48381 48381 | 70388 70388 |
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)
);