inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 22197
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 829844 | 829844 | 11041 11041 | 22197 22197 |
| 829845 | 829845 | 273935 273935 | 22197 22197 |
| 829846 | 829846 | 48917 48917 | 22197 22197 |
| 829847 | 829847 | 247750 247750 | 22197 22197 |
| 829848 | 829848 | 38051 38051 | 22197 22197 |
| 829849 | 829849 | 495942 495942 | 22197 22197 |
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)
);