inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 40545
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 497622 | 497622 | 126329 126329 | 40545 40545 |
| 497623 | 497623 | 21069 21069 | 40545 40545 |
| 497624 | 497624 | 253691 253691 | 40545 40545 |
| 497625 | 497625 | 513214 513214 | 40545 40545 |
| 497626 | 497626 | 284895 284895 | 40545 40545 |
| 497627 | 497627 | 284894 284894 | 40545 40545 |
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)
);