inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 65423
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 261409 | 261409 | 65423 65423 | 96079 96079 |
| 516544 | 516544 | 65423 65423 | 41128 41128 |
| 718873 | 718873 | 65423 65423 | 96078 96078 |
| 790968 | 790968 | 65423 65423 | 96077 96077 |
| 791262 | 791262 | 65423 65423 | 96076 96076 |
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)
);