inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 62882
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 478995 | 478995 | 73999 73999 | 62882 62882 |
| 478996 | 478996 | 153171 153171 | 62882 62882 |
| 478997 | 478997 | 42964 42964 | 62882 62882 |
| 478998 | 478998 | 485878 485878 | 62882 62882 |
| 478999 | 478999 | 341811 341811 | 62882 62882 |
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)
);