inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 404817
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 832498 | 832498 | 482986 482986 | 404817 404817 |
| 832499 | 832499 | 372485 372485 | 404817 404817 |
| 832500 | 832500 | 462336 462336 | 404817 404817 |
| 832501 | 832501 | 509669 509669 | 404817 404817 |
| 832502 | 832502 | 419767 419767 | 404817 404817 |
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)
);