inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 47021
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 182607 | 182607 | 47021 47021 | 4047 4047 |
| 272705 | 272705 | 47021 47021 | 4049 4049 |
| 704026 | 704026 | 47021 47021 | 68165 68165 |
| 848836 | 848836 | 47021 47021 | 68164 68164 |
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)
);