inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 70055
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 161932 | 161932 | 70055 70055 | 15904 15904 |
| 819092 | 819092 | 70055 70055 | 103082 103082 |
| 848910 | 848910 | 70055 70055 | 103083 103083 |
| 970660 | 970660 | 70055 70055 | 15905 15905 |
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)
);