inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 33833
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 306160 | 306160 | 60414 60414 | 33833 33833 |
| 306161 | 306161 | 506689 506689 | 33833 33833 |
| 306162 | 306162 | 17525 17525 | 33833 33833 |
| 306163 | 306163 | 172719 172719 | 33833 33833 |
| 306164 | 306164 | 111971 111971 | 33833 33833 |
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)
);