inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 14220
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 30729 | 30729 | 240426 240426 | 14220 14220 |
| 30730 | 30730 | 261615 261615 | 14220 14220 |
| 30731 | 30731 | 6495 6495 | 14220 14220 |
| 30732 | 30732 | 488105 488105 | 14220 14220 |
| 30733 | 30733 | 30160 30160 | 14220 14220 |
| 30734 | 30734 | 56135 56135 | 14220 14220 |
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)
);