inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 66262
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 820026 | 820026 | 207351 207351 | 66262 66262 |
| 820027 | 820027 | 230791 230791 | 66262 66262 |
| 820028 | 820028 | 207352 207352 | 66262 66262 |
| 820029 | 820029 | 155237 155237 | 66262 66262 |
| 820030 | 820030 | 45653 45653 | 66262 66262 |
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)
);