inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 22952
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 51154 | 51154 | 64981 64981 | 22952 22952 |
| 51155 | 51155 | 497064 497064 | 22952 22952 |
| 51156 | 51156 | 11465 11465 | 22952 22952 |
| 51157 | 51157 | 531362 531362 | 22952 22952 |
| 51158 | 51158 | 249390 249390 | 22952 22952 |
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)
);