inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 17779
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 474963 | 474963 | 252730 252730 | 17779 17779 |
| 474964 | 474964 | 8619 8619 | 17779 17779 |
| 474965 | 474965 | 283205 283205 | 17779 17779 |
| 474966 | 474966 | 491047 491047 | 17779 17779 |
| 474967 | 474967 | 313955 313955 | 17779 17779 |
| 474968 | 474968 | 218138 218138 | 17779 17779 |
| 474969 | 474969 | 67033 67033 | 17779 17779 |
| 474970 | 474970 | 81723 81723 | 17779 17779 |
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)
);