inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 122726
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 756540 | 756540 | 159352 159352 | 122726 122726 |
| 756541 | 756541 | 86609 86609 | 122726 122726 |
| 756542 | 756542 | 529717 529717 | 122726 122726 |
| 756543 | 756543 | 242934 242934 | 122726 122726 |
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)
);