inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 78410
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 168176 | 168176 | 305450 305450 | 78410 78410 |
| 168177 | 168177 | 53636 53636 | 78410 78410 |
| 168178 | 168178 | 104388 104388 | 78410 78410 |
| 168179 | 168179 | 168417 168417 | 78410 78410 |
| 168180 | 168180 | 227895 227895 | 78410 78410 |
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)
);