inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 14
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 256977 | 256977 | 14 14 | 44 44 |
| 256983 | 256983 | 14 14 | 49 49 |
| 287792 | 287792 | 14 14 | 48 48 |
| 668384 | 668384 | 14 14 | 43 43 |
| 729503 | 729503 | 14 14 | 46 46 |
| 879011 | 879011 | 14 14 | 47 47 |
| 1027450 | 1027450 | 14 14 | 45 45 |
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)
);