inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 60776
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 396178 | 396178 | 60776 60776 | 89004 89004 |
| 426955 | 426955 | 60776 60776 | 16831 16831 |
| 860009 | 860009 | 60776 60776 | 89002 89002 |
| 860010 | 860010 | 60776 60776 | 89003 89003 |
| 934660 | 934660 | 60776 60776 | 61348 61348 |
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)
);