inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15415
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 745932 | 745932 | 241896 241896 | 15415 15415 |
| 745933 | 745933 | 7251 7251 | 15415 15415 |
| 745934 | 745934 | 35604 35604 | 15415 15415 |
| 745935 | 745935 | 46296 46296 | 15415 15415 |
| 745936 | 745936 | 488815 488815 | 15415 15415 |
| 745937 | 745937 | 264451 264451 | 15415 15415 |
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)
);