inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 114829
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 783900 | 783900 | 81511 81511 | 114829 114829 |
| 783901 | 783901 | 237785 237785 | 114829 114829 |
| 783902 | 783902 | 252339 252339 | 114829 114829 |
| 783903 | 783903 | 218537 218537 | 114829 114829 |
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)
);