inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 32790
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 33273 | 33273 | 246160 246160 | 32790 32790 |
| 33274 | 33274 | 535634 535634 | 32790 32790 |
| 33275 | 33275 | 49023 49023 | 32790 32790 |
| 33276 | 33276 | 30314 30314 | 32790 32790 |
| 33277 | 33277 | 16955 16955 | 32790 32790 |
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)
);