inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 146308
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 823527 | 823527 | 165893 165893 | 146308 146308 |
| 823528 | 823528 | 235277 235277 | 146308 146308 |
| 823529 | 823529 | 232130 232130 | 146308 146308 |
| 823530 | 823530 | 209513 209513 | 146308 146308 |
| 823531 | 823531 | 209514 209514 | 146308 146308 |
| 823532 | 823532 | 101590 101590 | 146308 146308 |
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)
);