inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 143428
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 563541 | 563541 | 99415 99415 | 143428 143428 |
| 563542 | 563542 | 289303 289303 | 143428 143428 |
| 563543 | 563543 | 532599 532599 | 143428 143428 |
| 563544 | 563544 | 215015 215015 | 143428 143428 |
| 563545 | 563545 | 289302 289302 | 143428 143428 |
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)
);