inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 15387
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 721596 | 721596 | 264338 264338 | 15387 15387 |
| 721597 | 721597 | 7235 7235 | 15387 15387 |
| 721598 | 721598 | 34121 34121 | 15387 15387 |
| 721599 | 721599 | 241837 241837 | 15387 15387 |
| 721600 | 721600 | 49919 49919 | 15387 15387 |
| 721601 | 721601 | 488795 488795 | 15387 15387 |
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)
);