inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 4053
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 47225 | 47225 | 4053 4053 | 9968 9968 |
| 281302 | 281302 | 4053 4053 | 9970 9970 |
| 282852 | 282852 | 4053 4053 | 9972 9972 |
| 404888 | 404888 | 4053 4053 | 9971 9971 |
| 509133 | 509133 | 4053 4053 | 9967 9967 |
| 1027436 | 1027436 | 4053 4053 | 9969 9969 |
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)
);