inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 74982
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 382080 | 382080 | 51533 51533 | 74982 74982 |
| 382081 | 382081 | 92936 92936 | 74982 74982 |
| 382082 | 382082 | 277602 277602 | 74982 74982 |
| 382083 | 382083 | 497196 497196 | 74982 74982 |
| 382084 | 382084 | 221256 221256 | 74982 74982 |
| 382085 | 382085 | 277603 277603 | 74982 74982 |
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)
);