inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 13323
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 812187 | 812187 | 5978 5978 | 13323 13323 |
| 812188 | 812188 | 251633 251633 | 13323 13323 |
| 812189 | 812189 | 490633 490633 | 13323 13323 |
| 812190 | 812190 | 281202 281202 | 13323 13323 |
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)
);