inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 110201
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 186215 | 186215 | 489540 489540 | 110201 110201 |
| 186216 | 186216 | 244178 244178 | 110201 110201 |
| 186217 | 186217 | 78495 78495 | 110201 110201 |
| 186218 | 186218 | 527728 527728 | 110201 110201 |
| 186219 | 186219 | 325912 325912 | 110201 110201 |
| 186220 | 186220 | 226869 226869 | 110201 110201 |
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)
);