inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17840
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 747441 | 747441 | 8655 8655 | 17840 17840 |
| 747442 | 747442 | 66825 66825 | 17840 17840 |
| 747443 | 747443 | 491112 491112 | 17840 17840 |
| 747444 | 747444 | 35699 35699 | 17840 17840 |
| 747445 | 747445 | 252862 252862 | 17840 17840 |
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)
);