inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 116919
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 500850 | 500850 | 82924 82924 | 116919 116919 |
| 500851 | 500851 | 308093 308093 | 116919 116919 |
| 500852 | 500852 | 285160 285160 | 116919 116919 |
| 500853 | 500853 | 253845 253845 | 116919 116919 |
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)
);