inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
13 rows where query_id = 16130
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 184042 | 184042 | 47655 47655 | 16130 16130 |
| 184043 | 184043 | 36314 36314 | 16130 16130 |
| 184044 | 184044 | 489484 489484 | 16130 16130 |
| 184045 | 184045 | 78436 78436 | 16130 16130 |
| 184046 | 184046 | 7687 7687 | 16130 16130 |
| 184047 | 184047 | 226943 226943 | 16130 16130 |
| 184048 | 184048 | 330034 330034 | 16130 16130 |
| 184049 | 184049 | 268261 268261 | 16130 16130 |
| 184050 | 184050 | 527687 527687 | 16130 16130 |
| 184051 | 184051 | 244092 244092 | 16130 16130 |
| 184052 | 184052 | 268260 268260 | 16130 16130 |
| 184053 | 184053 | 156125 156125 | 16130 16130 |
| 184054 | 184054 | 268259 268259 | 16130 16130 |
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)
);