inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 21949
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 764927 | 764927 | 273226 273226 | 21949 21949 |
| 764928 | 764928 | 10908 10908 | 21949 21949 |
| 764929 | 764929 | 247434 247434 | 21949 21949 |
| 764930 | 764930 | 36265 36265 | 21949 21949 |
| 764931 | 764931 | 495722 495722 | 21949 21949 |
| 764932 | 764932 | 47670 47670 | 21949 21949 |
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)
);