inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 49102
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 127079 | 127079 | 49102 49102 | 3250 3250 |
| 725097 | 725097 | 49102 49102 | 3252 3252 |
| 822920 | 822920 | 49102 49102 | 71498 71498 |
| 915118 | 915118 | 49102 49102 | 71497 71497 |
| 1041242 | 1041242 | 49102 49102 | 71499 71499 |
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)
);