inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 62397
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 168878 | 168878 | 159602 159602 | 62397 62397 |
| 168879 | 168879 | 347916 347916 | 62397 62397 |
| 168880 | 168880 | 42213 42213 | 62397 62397 |
| 168881 | 168881 | 530000 530000 | 62397 62397 |
| 168882 | 168882 | 227874 227874 | 62397 62397 |
| 168883 | 168883 | 86974 86974 | 62397 62397 |
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)
);