inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where query_id = 145748
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 873704 | 873704 | 485030 485030 | 145748 145748 |
| 873705 | 873705 | 533184 533184 | 145748 145748 |
| 873706 | 873706 | 390616 390616 | 145748 145748 |
| 873707 | 873707 | 441879 441879 | 145748 145748 |
| 873708 | 873708 | 101077 101077 | 145748 145748 |
| 873709 | 873709 | 213378 213378 | 145748 145748 |
| 873710 | 873710 | 500947 500947 | 145748 145748 |
| 873711 | 873711 | 476341 476341 | 145748 145748 |
| 873712 | 873712 | 257362 257362 | 145748 145748 |
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)
);