inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 21656
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 301972 | 301972 | 38428 38428 | 21656 21656 |
| 301973 | 301973 | 306228 306228 | 21656 21656 |
| 301974 | 301974 | 239244 239244 | 21656 21656 |
| 301975 | 301975 | 89600 89600 | 21656 21656 |
| 301976 | 301976 | 10747 10747 | 21656 21656 |
| 301977 | 301977 | 49624 49624 | 21656 21656 |
| 301978 | 301978 | 272521 272521 | 21656 21656 |
| 301979 | 301979 | 495431 495431 | 21656 21656 |
| 301980 | 301980 | 272522 272522 | 21656 21656 |
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)
);