inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 15301
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 116214 | 116214 | 264019 264019 | 15301 15301 |
| 116215 | 116215 | 155473 155473 | 15301 15301 |
| 116216 | 116216 | 7182 7182 | 15301 15301 |
| 116217 | 116217 | 241672 241672 | 15301 15301 |
| 116218 | 116218 | 62317 62317 | 15301 15301 |
| 116219 | 116219 | 488711 488711 | 15301 15301 |
| 116220 | 116220 | 77369 77369 | 15301 15301 |
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)
);