inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 44902
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 292530 | 292530 | 44902 44902 | 64913 64913 |
| 717877 | 717877 | 44902 44902 | 64914 64914 |
| 927485 | 927485 | 44902 44902 | 64915 64915 |
| 927513 | 927513 | 44902 44902 | 64916 64916 |
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)
);