inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 63029
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 1044909 | 1044909 | 247533 247533 | 63029 63029 |
| 1044910 | 1044910 | 273393 273393 | 63029 63029 |
| 1044911 | 1044911 | 43131 43131 | 63029 63029 |
| 1044912 | 1044912 | 536195 536195 | 63029 63029 |
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)
);