inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 29677
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 131731 | 131731 | 242102 242102 | 29677 29677 |
| 131732 | 131732 | 15241 15241 | 29677 29677 |
| 131733 | 131733 | 167321 167321 | 29677 29677 |
| 131734 | 131734 | 229275 229275 | 29677 29677 |
| 131735 | 131735 | 56980 56980 | 29677 29677 |
| 131736 | 131736 | 534187 534187 | 29677 29677 |
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)
);