inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 21719
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 304206 | 304206 | 10781 10781 | 21719 21719 |
| 304207 | 304207 | 239249 239249 | 21719 21719 |
| 304208 | 304208 | 47011 47011 | 21719 21719 |
| 304209 | 304209 | 205637 205637 | 21719 21719 |
| 304210 | 304210 | 89709 89709 | 21719 21719 |
| 304211 | 304211 | 495485 495485 | 21719 21719 |
| 304212 | 304212 | 530618 530618 | 21719 21719 |
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)
);