inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 36490
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 379326 | 379326 | 277399 277399 | 36490 36490 |
| 379327 | 379327 | 341326 341326 | 36490 36490 |
| 379328 | 379328 | 277400 277400 | 36490 36490 |
| 379329 | 379329 | 18950 18950 | 36490 36490 |
| 379330 | 379330 | 537312 537312 | 36490 36490 |
| 379331 | 379331 | 221371 221371 | 36490 36490 |
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)
);