inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 118226
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 563479 | 563479 | 255768 255768 | 118226 118226 |
| 563480 | 563480 | 302065 302065 | 118226 118226 |
| 563481 | 563481 | 492499 492499 | 118226 118226 |
| 563482 | 563482 | 83799 83799 | 118226 118226 |
| 563483 | 563483 | 529092 529092 | 118226 118226 |
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)
);