inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 20783
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 199328 | 199328 | 10281 10281 | 20783 20783 |
| 199329 | 199329 | 159743 159743 | 20783 20783 |
| 199330 | 199330 | 87396 87396 | 20783 20783 |
| 199331 | 199331 | 226256 226256 | 20783 20783 |
| 199332 | 199332 | 494390 494390 | 20783 20783 |
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)
);