inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 4903
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 229200 | 229200 | 535666 535666 | 4903 4903 |
| 229201 | 229201 | 109725 109725 | 4903 4903 |
| 229202 | 229202 | 505860 505860 | 4903 4903 |
| 229203 | 229203 | 224618 224618 | 4903 4903 |
| 229204 | 229204 | 1945 1945 | 4903 4903 |
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)
);