inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 240880
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 893637 | 893637 | 479923 479923 | 240880 240880 |
| 893638 | 893638 | 396843 396843 | 240880 240880 |
| 893639 | 893639 | 166183 166183 | 240880 240880 |
| 893640 | 893640 | 447959 447959 | 240880 240880 |
| 893641 | 893641 | 352746 352746 | 240880 240880 |
| 893642 | 893642 | 501618 501618 | 240880 240880 |
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)
);