inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 286
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 63917 | 63917 | 286 286 | 785 785 |
| 696075 | 696075 | 286 286 | 787 787 |
| 726148 | 726148 | 286 286 | 786 786 |
| 750562 | 750562 | 286 286 | 788 788 |
| 790172 | 790172 | 286 286 | 789 789 |
| 790240 | 790240 | 286 286 | 790 790 |
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)
);