inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 226097
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 201979 | 201979 | 226097 226097 | 67075 67075 |
| 355027 | 355027 | 226097 226097 | 315906 315906 |
| 812920 | 812920 | 226097 226097 | 315907 315907 |
| 914535 | 914535 | 226097 226097 | 315905 315905 |
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)
);