inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 30123
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 958151 | 958151 | 53305 53305 | 30123 30123 |
| 958152 | 958152 | 534395 534395 | 30123 30123 |
| 958153 | 958153 | 242799 242799 | 30123 30123 |
| 958154 | 958154 | 103786 103786 | 30123 30123 |
| 958155 | 958155 | 228627 228627 | 30123 30123 |
| 958156 | 958156 | 265807 265807 | 30123 30123 |
| 958157 | 958157 | 41278 41278 | 30123 30123 |
| 958158 | 958158 | 15476 15476 | 30123 30123 |
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)
);