inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 10132
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 373962 | 373962 | 156446 156446 | 10132 10132 |
| 373963 | 373963 | 527970 527970 | 10132 10132 |
| 373964 | 373964 | 332305 332305 | 10132 10132 |
| 373965 | 373965 | 79229 79229 | 10132 10132 |
| 373966 | 373966 | 489908 489908 | 10132 10132 |
| 373967 | 373967 | 4111 4111 | 10132 10132 |
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)
);