inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where query_id = 54800
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 307285 | 307285 | 29748 29748 | 54800 54800 |
| 307286 | 307286 | 272921 272921 | 54800 54800 |
| 307287 | 307287 | 272920 272920 | 54800 54800 |
| 307288 | 307288 | 247275 247275 | 54800 54800 |
| 307289 | 307289 | 112142 112142 | 54800 54800 |
| 307290 | 307290 | 337046 337046 | 54800 54800 |
| 307291 | 307291 | 536089 536089 | 54800 54800 |
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)
);