inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 150892
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 172093 | 172093 | 503353 503353 | 150892 150892 |
| 172094 | 172094 | 168495 168495 | 150892 150892 |
| 172095 | 172095 | 342813 342813 | 150892 150892 |
| 172096 | 172096 | 104570 104570 | 150892 150892 |
| 172097 | 172097 | 227731 227731 | 150892 150892 |
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)
);