inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 5760
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 912150 | 912150 | 76139 76139 | 5760 5760 |
| 912151 | 912151 | 2294 2294 | 5760 5760 |
| 912152 | 912152 | 235270 235270 | 5760 5760 |
| 912153 | 912153 | 72773 72773 | 5760 5760 |
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)
);