inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66525
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 78469 | 78469 | 66525 66525 | 29034 29034 |
| 756715 | 756715 | 66525 66525 | 97780 97780 |
| 756870 | 756870 | 66525 66525 | 97779 97779 |
| 923971 | 923971 | 66525 66525 | 29035 29035 |
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)
);