inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 63687
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 631126 | 631126 | 63687 63687 | 28016 28016 |
| 939477 | 939477 | 63687 63687 | 93340 93340 |
| 939483 | 939483 | 63687 63687 | 93339 93339 |
| 939491 | 939491 | 63687 63687 | 28017 28017 |
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)
);