inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 15990
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 177040 | 177040 | 489372 489372 | 15990 15990 |
| 177041 | 177041 | 78284 78284 | 15990 15990 |
| 177042 | 177042 | 267727 267727 | 15990 15990 |
| 177043 | 177043 | 66866 66866 | 15990 15990 |
| 177044 | 177044 | 7608 7608 | 15990 15990 |
| 177045 | 177045 | 243800 243800 | 15990 15990 |
| 177046 | 177046 | 341987 341987 | 15990 15990 |
| 177047 | 177047 | 201512 201512 | 15990 15990 |
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)
);