inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
12 rows where query_id = 14777
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 100464 | 100464 | 235635 235635 | 14777 14777 |
| 100465 | 100465 | 76987 76987 | 14777 14777 |
| 100466 | 100466 | 262957 262957 | 14777 14777 |
| 100467 | 100467 | 488547 488547 | 14777 14777 |
| 100468 | 100468 | 262956 262956 | 14777 14777 |
| 100469 | 100469 | 230874 230874 | 14777 14777 |
| 100470 | 100470 | 526996 526996 | 14777 14777 |
| 100471 | 100471 | 48891 48891 | 14777 14777 |
| 100472 | 100472 | 315965 315965 | 14777 14777 |
| 100473 | 100473 | 6868 6868 | 14777 14777 |
| 100474 | 100474 | 201490 201490 | 14777 14777 |
| 100475 | 100475 | 241019 241019 | 14777 14777 |
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)
);