inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 145561
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 618443 | 618443 | 165690 165690 | 145561 145561 |
| 618444 | 618444 | 100904 100904 | 145561 145561 |
| 618445 | 618445 | 213543 213543 | 145561 145561 |
| 618446 | 618446 | 500805 500805 | 145561 145561 |
| 618447 | 618447 | 351141 351141 | 145561 145561 |
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)
);