inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where query_id = 20293
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 162115 | 162115 | 266804 266804 | 20293 20293 |
| 162116 | 162116 | 228052 228052 | 20293 20293 |
| 162117 | 162117 | 69609 69609 | 20293 20293 |
| 162118 | 162118 | 266805 266805 | 20293 20293 |
| 162119 | 162119 | 10010 10010 | 20293 20293 |
| 162120 | 162120 | 86850 86850 | 20293 20293 |
| 162121 | 162121 | 266803 266803 | 20293 20293 |
| 162122 | 162122 | 529897 529897 | 20293 20293 |
| 162123 | 162123 | 159515 159515 | 20293 20293 |
| 162124 | 162124 | 243266 243266 | 20293 20293 |
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)
);