inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 404641
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 763297 | 763297 | 461360 461360 | 404641 404641 |
| 763298 | 763298 | 496370 496370 | 404641 404641 |
| 763299 | 763299 | 418153 418153 | 404641 404641 |
| 763300 | 763300 | 482659 482659 | 404641 404641 |
| 763301 | 763301 | 371181 371181 | 404641 404641 |
| 763302 | 763302 | 418154 418154 | 404641 404641 |
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)
);