inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 2270
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 295932 | 295932 | 885 885 | 2270 2270 |
| 295933 | 295933 | 73279 73279 | 2270 2270 |
| 295934 | 295934 | 543692 543692 | 2270 2270 |
| 295935 | 295935 | 210574 210574 | 2270 2270 |
| 295936 | 295936 | 59277 59277 | 2270 2270 |
| 295937 | 295937 | 334422 334422 | 2270 2270 |
| 295938 | 295938 | 246704 246704 | 2270 2270 |
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)
);