inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 336246
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1044266 | 1044266 | 370402 370402 | 336246 336246 |
| 1044267 | 1044267 | 482448 482448 | 336246 336246 |
| 1044268 | 1044268 | 507754 507754 | 336246 336246 |
| 1044269 | 1044269 | 248002 248002 | 336246 336246 |
| 1044270 | 1044270 | 460775 460775 | 336246 336246 |
| 1044271 | 1044271 | 417279 417279 | 336246 336246 |
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)
);