inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 107509
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 63308 | 63308 | 239744 239744 | 107509 107509 |
| 63309 | 63309 | 260187 260187 | 107509 107509 |
| 63310 | 63310 | 260188 260188 | 107509 107509 |
| 63311 | 63311 | 235260 235260 | 107509 107509 |
| 63312 | 63312 | 76120 76120 | 107509 107509 |
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)
);