inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 38006
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 740686 | 740686 | 19739 19739 | 38006 38006 |
| 740687 | 740687 | 35256 35256 | 38006 38006 |
| 740688 | 740688 | 251207 251207 | 38006 38006 |
| 740689 | 740689 | 537957 537957 | 38006 38006 |
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)
);