inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 876
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 742372 | 742372 | 273628 273628 | 876 876 |
| 742373 | 742373 | 316 316 | 876 876 |
| 742374 | 742374 | 35354 35354 | 876 876 |
| 742375 | 742375 | 63166 63166 | 876 876 |
| 742376 | 742376 | 536242 536242 | 876 876 |
| 742377 | 742377 | 247638 247638 | 876 876 |
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)
);