inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 145063
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 828507 | 828507 | 100488 100488 | 145063 145063 |
| 828508 | 828508 | 165440 165440 | 145063 145063 |
| 828509 | 828509 | 213930 213930 | 145063 145063 |
| 828510 | 828510 | 238378 238378 | 145063 145063 |
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)
);