inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 55365
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 271596 | 271596 | 55365 55365 | 5648 5648 |
| 629519 | 629519 | 55365 55365 | 5644 5644 |
| 900014 | 900014 | 55365 55365 | 80883 80883 |
| 901612 | 901612 | 55365 55365 | 80881 80881 |
| 903981 | 903981 | 55365 55365 | 80882 80882 |
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)
);