inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15482
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 727157 | 727157 | 56887 56887 | 15482 15482 |
| 727158 | 727158 | 488882 488882 | 15482 15482 |
| 727159 | 727159 | 229559 229559 | 15482 15482 |
| 727160 | 727160 | 155619 155619 | 15482 15482 |
| 727161 | 727161 | 7297 7297 | 15482 15482 |
| 727162 | 727162 | 242025 242025 | 15482 15482 |
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)
);