inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 109255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 822855 | 822855 | 207643 207643 | 109255 109255 |
| 822856 | 822856 | 207644 207644 | 109255 109255 |
| 822857 | 822857 | 155761 155761 | 109255 109255 |
| 822858 | 822858 | 235886 235886 | 109255 109255 |
| 822859 | 822859 | 77768 77768 | 109255 109255 |
| 822860 | 822860 | 228902 228902 | 109255 109255 |
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)
);