inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 64905
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 46926 | 46926 | 64905 64905 | 95252 95252 |
| 635756 | 635756 | 64905 64905 | 12098 12098 |
| 662514 | 662514 | 64905 64905 | 12099 12099 |
| 979700 | 979700 | 64905 64905 | 95253 95253 |
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)
);