inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 55923
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 255171 | 255171 | 531554 531554 | 55923 55923 |
| 255172 | 255172 | 497517 497517 | 55923 55923 |
| 255173 | 255173 | 50586 50586 | 55923 55923 |
| 255174 | 255174 | 31547 31547 | 55923 55923 |
| 255175 | 255175 | 278449 278449 | 55923 55923 |
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)
);