inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 122621
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 142170 | 142170 | 265598 265598 | 122621 122621 |
| 142171 | 142171 | 529683 529683 | 122621 122621 |
| 142172 | 142172 | 86535 86535 | 122621 122621 |
| 142173 | 142173 | 337783 337783 | 122621 122621 |
| 142174 | 142174 | 242689 242689 | 122621 122621 |
| 142175 | 142175 | 265597 265597 | 122621 122621 |
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)
);