inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 24534
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 410122 | 410122 | 281722 281722 | 24534 24534 |
| 410123 | 410123 | 47222 47222 | 24534 24534 |
| 410124 | 410124 | 251934 251934 | 24534 24534 |
| 410125 | 410125 | 531996 531996 | 24534 24534 |
| 410126 | 410126 | 32784 32784 | 24534 24534 |
| 410127 | 410127 | 12314 12314 | 24534 24534 |
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)
);