inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 84203
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 457299 | 457299 | 251972 251972 | 84203 84203 |
| 457300 | 457300 | 532003 532003 | 84203 84203 |
| 457301 | 457301 | 96234 96234 | 84203 84203 |
| 457302 | 457302 | 57748 57748 | 84203 84203 |
| 457303 | 457303 | 237740 237740 | 84203 84203 |
| 457304 | 457304 | 218873 218873 | 84203 84203 |
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)
);