inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 85404
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 129722 | 129722 | 264754 264754 | 85404 85404 |
| 129723 | 129723 | 264753 264753 | 85404 85404 |
| 129724 | 129724 | 343933 343933 | 85404 85404 |
| 129725 | 129725 | 534153 534153 | 85404 85404 |
| 129726 | 129726 | 58481 58481 | 85404 85404 |
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)
);