inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 110811
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 338139 | 338139 | 222284 222284 | 110811 110811 |
| 338140 | 338140 | 489755 489755 | 110811 110811 |
| 338141 | 338141 | 344985 344985 | 110811 110811 |
| 338142 | 338142 | 78931 78931 | 110811 110811 |
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)
);