inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 20697
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 42085 | 42085 | 59750 59750 | 20697 20697 |
| 42086 | 42086 | 28639 28639 | 20697 20697 |
| 42087 | 42087 | 10236 10236 | 20697 20697 |
| 42088 | 42088 | 268899 268899 | 20697 20697 |
| 42089 | 42089 | 244442 244442 | 20697 20697 |
| 42090 | 42090 | 530076 530076 | 20697 20697 |
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)
);