inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 16145
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 562617 | 562617 | 7694 7694 | 16145 16145 |
| 562618 | 562618 | 49728 49728 | 16145 16145 |
| 562619 | 562619 | 489493 489493 | 16145 16145 |
| 562620 | 562620 | 527695 527695 | 16145 16145 |
| 562621 | 562621 | 33129 33129 | 16145 16145 |
| 562622 | 562622 | 268272 268272 | 16145 16145 |
| 562623 | 562623 | 244101 244101 | 16145 16145 |
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)
);