inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 85670
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 734718 | 734718 | 58622 58622 | 85670 85670 |
| 734719 | 734719 | 261521 261521 | 85670 85670 |
| 734720 | 734720 | 488076 488076 | 85670 85670 |
| 734721 | 734721 | 240382 240382 | 85670 85670 |
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)
);