inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 22592
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 23881 | 23881 | 275944 275944 | 22592 22592 |
| 23882 | 23882 | 29550 29550 | 22592 22592 |
| 23883 | 23883 | 496505 496505 | 22592 22592 |
| 23884 | 23884 | 11263 11263 | 22592 22592 |
| 23885 | 23885 | 52104 52104 | 22592 22592 |
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)
);