inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 47457
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 215779 | 215779 | 47457 47457 | 25337 25337 |
| 248274 | 248274 | 47457 47457 | 55706 55706 |
| 828286 | 828286 | 47457 47457 | 68919 68919 |
| 855359 | 855359 | 47457 47457 | 68918 68918 |
| 997525 | 997525 | 47457 47457 | 68920 68920 |
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)
);