inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 30351
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 275745 | 275745 | 243320 243320 | 30351 30351 |
| 275746 | 275746 | 15600 15600 | 30351 30351 |
| 275747 | 275747 | 64931 64931 | 30351 30351 |
| 275748 | 275748 | 503170 503170 | 30351 30351 |
| 275749 | 275749 | 266970 266970 | 30351 30351 |
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)
);