inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 57188
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 14654 | 14654 | 57188 57188 | 83323 83323 |
| 46175 | 46175 | 57188 57188 | 83324 83324 |
| 547779 | 547779 | 57188 57188 | 59368 59368 |
| 789667 | 789667 | 57188 57188 | 83325 83325 |
| 800268 | 800268 | 57188 57188 | 83322 83322 |
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)
);