inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 114441
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 458162 | 458162 | 81239 81239 | 114441 114441 |
| 458163 | 458163 | 281899 281899 | 114441 114441 |
| 458164 | 458164 | 490871 490871 | 114441 114441 |
| 458165 | 458165 | 208117 208117 | 114441 114441 |
| 458166 | 458166 | 281898 281898 | 114441 114441 |
| 458167 | 458167 | 157038 157038 | 114441 114441 |
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)
);