inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 61369
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 310301 | 310301 | 40503 40503 | 61369 61369 |
| 310302 | 310302 | 302876 302876 | 61369 61369 |
| 310303 | 310303 | 273191 273191 | 61369 61369 |
| 310304 | 310304 | 273192 273192 | 61369 61369 |
| 310305 | 310305 | 239261 239261 | 61369 61369 |
| 310306 | 310306 | 90114 90114 | 61369 61369 |
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)
);