inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 878
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 207594 | 207594 | 878 878 | 2248 2248 |
| 794558 | 794558 | 878 878 | 2249 2249 |
| 802397 | 802397 | 878 878 | 2250 2250 |
| 826763 | 826763 | 878 878 | 2252 2252 |
| 826765 | 826765 | 878 878 | 2251 2251 |
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)
);