inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 41759
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 564905 | 564905 | 21700 21700 | 41759 41759 |
| 564906 | 564906 | 37428 37428 | 41759 41759 |
| 564907 | 564907 | 519736 519736 | 41759 41759 |
| 564908 | 564908 | 289462 289462 | 41759 41759 |
| 564909 | 564909 | 65784 65784 | 41759 41759 |
| 564910 | 564910 | 289463 289463 | 41759 41759 |
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)
);