inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 20000
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 155161 | 155161 | 529765 529765 | 20000 20000 |
| 155162 | 155162 | 266281 266281 | 20000 20000 |
| 155163 | 155163 | 266279 266279 | 20000 20000 |
| 155164 | 155164 | 243031 243031 | 20000 20000 |
| 155165 | 155165 | 9841 9841 | 20000 20000 |
| 155166 | 155166 | 266280 266280 | 20000 20000 |
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)
);