inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 78099
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 392174 | 392174 | 119021 119021 | 78099 78099 |
| 392175 | 392175 | 53382 53382 | 78099 78099 |
| 392176 | 392176 | 319808 319808 | 78099 78099 |
| 392177 | 392177 | 510063 510063 | 78099 78099 |
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)
);