inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 328198
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 287588 | 287588 | 240535 240535 | 328198 328198 |
| 287589 | 287589 | 353737 353737 | 328198 328198 |
| 287590 | 287590 | 480065 480065 | 328198 328198 |
| 287591 | 287591 | 261855 261855 | 328198 328198 |
| 287592 | 287592 | 448512 448512 | 328198 328198 |
| 287593 | 287593 | 488179 488179 | 328198 328198 |
| 287594 | 287594 | 397653 397653 | 328198 328198 |
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)
);