inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 36498
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 737235 | 737235 | 249507 249507 | 36498 36498 |
| 737236 | 737236 | 34926 34926 | 36498 36498 |
| 737237 | 737237 | 277405 277405 | 36498 36498 |
| 737238 | 737238 | 18954 18954 | 36498 36498 |
| 737239 | 737239 | 537318 537318 | 36498 36498 |
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)
);