inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 15483
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 746729 | 746729 | 7298 7298 | 15483 15483 |
| 746730 | 746730 | 264716 264716 | 15483 15483 |
| 746731 | 746731 | 35634 35634 | 15483 15483 |
| 746732 | 746732 | 488883 488883 | 15483 15483 |
| 746733 | 746733 | 242031 242031 | 15483 15483 |
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)
);