inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 66836
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 20548 | 20548 | 66836 66836 | 98183 98183 |
| 77007 | 77007 | 66836 66836 | 14082 14082 |
| 246150 | 246150 | 66836 66836 | 98182 98182 |
| 725962 | 725962 | 66836 66836 | 14083 14083 |
| 751347 | 751347 | 66836 66836 | 98181 98181 |
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)
);