inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 65414
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 230898 | 230898 | 45189 45189 | 65414 65414 |
| 230899 | 230899 | 171454 171454 | 65414 65414 |
| 230900 | 230900 | 505938 505938 | 65414 65414 |
| 230901 | 230901 | 109912 109912 | 65414 65414 |
| 230902 | 230902 | 315803 315803 | 65414 65414 |
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)
);