inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 161061
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 293530 | 293530 | 338887 338887 | 161061 161061 |
| 293531 | 293531 | 224232 224232 | 161061 161061 |
| 293532 | 293532 | 502559 502559 | 161061 161061 |
| 293533 | 293533 | 110645 110645 | 161061 161061 |
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)
);