inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 48253
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 42153 | 42153 | 48253 48253 | 23481 23481 |
| 397780 | 397780 | 48253 48253 | 70156 70156 |
| 413799 | 413799 | 48253 48253 | 23480 23480 |
| 914208 | 914208 | 48253 48253 | 70157 70157 |
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)
);