inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 45385
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 574017 | 574017 | 50981 50981 | 45385 45385 |
| 574018 | 574018 | 28321 28321 | 45385 45385 |
| 574019 | 574019 | 521113 521113 | 45385 45385 |
| 574020 | 574020 | 134142 134142 | 45385 45385 |
| 574021 | 574021 | 23618 23618 | 45385 45385 |
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)
);