inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 405133
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 797119 | 797119 | 424447 424447 | 405133 405133 |
| 797120 | 797120 | 376505 376505 | 405133 405133 |
| 797121 | 797121 | 483713 483713 | 405133 405133 |
| 797122 | 797122 | 465282 465282 | 405133 405133 |
| 797123 | 797123 | 512519 512519 | 405133 405133 |
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)
);