inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 149816
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 150811 | 150811 | 299101 299101 | 149816 149816 |
| 150812 | 150812 | 266138 266138 | 149816 149816 |
| 150813 | 150813 | 266139 266139 | 149816 149816 |
| 150814 | 150814 | 242954 242954 | 149816 149816 |
| 150815 | 150815 | 103900 103900 | 149816 149816 |
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)
);