inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15787
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 285748 | 285748 | 53816 53816 | 15787 15787 |
| 285749 | 285749 | 7490 7490 | 15787 15787 |
| 285750 | 285750 | 489130 489130 | 15787 15787 |
| 285751 | 285751 | 30689 30689 | 15787 15787 |
| 285752 | 285752 | 242810 242810 | 15787 15787 |
| 285753 | 285753 | 265830 265830 | 15787 15787 |
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)
);