inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 89401
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1045166 | 1045166 | 228696 228696 | 89401 89401 |
| 1045167 | 1045167 | 168000 168000 | 89401 89401 |
| 1045168 | 1045168 | 534888 534888 | 89401 89401 |
| 1045169 | 1045169 | 534363 534363 | 89401 89401 |
| 1045170 | 1045170 | 61024 61024 | 89401 89401 |
| 1045171 | 1045171 | 103749 103749 | 89401 89401 |
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)
);