inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 5266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 146023 | 146023 | 72992 72992 | 5266 5266 |
| 146024 | 146024 | 2096 2096 | 5266 5266 |
| 146025 | 146025 | 155883 155883 | 5266 5266 |
| 146026 | 146026 | 34243 34243 | 5266 5266 |
| 146027 | 146027 | 242854 242854 | 5266 5266 |
| 146028 | 146028 | 345560 345560 | 5266 5266 |
| 146029 | 146029 | 489183 489183 | 5266 5266 |
| 146030 | 146030 | 7517 7517 | 5266 5266 |
| 146031 | 146031 | 207695 207695 | 5266 5266 |
| 146032 | 146032 | 77996 77996 | 5266 5266 |
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)
);