inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 67534
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 180977 | 180977 | 67534 67534 | 20371 20371 |
| 719158 | 719158 | 67534 67534 | 99303 99303 |
| 776074 | 776074 | 67534 67534 | 99302 99302 |
| 786960 | 786960 | 67534 67534 | 20372 20372 |
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)
);