inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 146315
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 794160 | 794160 | 165897 165897 | 146315 146315 |
| 794161 | 794161 | 232125 232125 | 146315 146315 |
| 794162 | 794162 | 235281 235281 | 146315 146315 |
| 794163 | 794163 | 101596 101596 | 146315 146315 |
| 794164 | 794164 | 209517 209517 | 146315 146315 |
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)
);