inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 2672
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 47201 | 47201 | 28809 28809 | 2672 2672 |
| 47202 | 47202 | 1033 1033 | 2672 2672 |
| 47203 | 47203 | 8859 8859 | 2672 2672 |
| 47204 | 47204 | 491542 491542 | 2672 2672 |
| 47205 | 47205 | 253523 253523 | 2672 2672 |
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)
);