inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 14575
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 977712 | 977712 | 66837 66837 | 14575 14575 |
| 977713 | 977713 | 6739 6739 | 14575 14575 |
| 977714 | 977714 | 240824 240824 | 14575 14575 |
| 977715 | 977715 | 488390 488390 | 14575 14575 |
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)
);