inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 66902
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 794810 | 794810 | 253763 253763 | 66902 66902 |
| 794811 | 794811 | 157803 157803 | 66902 66902 |
| 794812 | 794812 | 46104 46104 | 66902 66902 |
| 794813 | 794813 | 82809 82809 | 66902 66902 |
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)
);