inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15377
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 276774 | 276774 | 7228 7228 | 15377 15377 |
| 276775 | 276775 | 488786 488786 | 15377 15377 |
| 276776 | 276776 | 241801 241801 | 15377 15377 |
| 276777 | 276777 | 30502 30502 | 15377 15377 |
| 276778 | 276778 | 57466 57466 | 15377 15377 |
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)
);