inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 107914
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 80306 | 80306 | 261511 261511 | 107914 107914 |
| 80307 | 80307 | 261510 261510 | 107914 107914 |
| 80308 | 80308 | 231504 231504 | 107914 107914 |
| 80309 | 80309 | 488074 488074 | 107914 107914 |
| 80310 | 80310 | 76466 76466 | 107914 107914 |
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)
);