inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 83254
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 497146 | 497146 | 491660 491660 | 83254 83254 |
| 497147 | 497147 | 82724 82724 | 83254 83254 |
| 497148 | 497148 | 157759 157759 | 83254 83254 |
| 497149 | 497149 | 57153 57153 | 83254 83254 |
| 497150 | 497150 | 320478 320478 | 83254 83254 |
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)
);