inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 17819
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 476887 | 476887 | 8644 8644 | 17819 17819 |
| 476888 | 476888 | 283398 283398 | 17819 17819 |
| 476889 | 476889 | 283397 283397 | 17819 17819 |
| 476890 | 476890 | 81815 81815 | 17819 17819 |
| 476891 | 476891 | 252832 252832 | 17819 17819 |
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)
);