inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 62919
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 638012 | 638012 | 62919 62919 | 15021 15021 |
| 663548 | 663548 | 62919 62919 | 92225 92225 |
| 888005 | 888005 | 62919 62919 | 92226 92226 |
| 998973 | 998973 | 62919 62919 | 92227 92227 |
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)
);