inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 8533
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 71615 | 71615 | 344625 344625 | 8533 8533 |
| 71616 | 71616 | 3417 3417 | 8533 8533 |
| 71617 | 71617 | 71899 71899 | 8533 8533 |
| 71618 | 71618 | 542317 542317 | 8533 8533 |
| 71619 | 71619 | 31252 31252 | 8533 8533 |
| 71620 | 71620 | 204153 204153 | 8533 8533 |
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)
);