inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 404908
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 42328 | 42328 | 373203 373203 | 404908 404908 |
| 42329 | 42329 | 483198 483198 | 404908 404908 |
| 42330 | 42330 | 462915 462915 | 404908 404908 |
| 42331 | 42331 | 510720 510720 | 404908 404908 |
| 42332 | 42332 | 420711 420711 | 404908 404908 |
| 42333 | 42333 | 420710 420710 | 404908 404908 |
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)
);