inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 49282
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 282591 | 282591 | 49282 49282 | 71746 71746 |
| 437054 | 437054 | 49282 49282 | 71743 71743 |
| 559970 | 559970 | 49282 49282 | 71742 71742 |
| 821971 | 821971 | 49282 49282 | 71744 71744 |
| 975540 | 975540 | 49282 49282 | 71745 71745 |
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)
);