inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 88353
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 145963 | 145963 | 155876 155876 | 88353 88353 |
| 145964 | 145964 | 77982 77982 | 88353 88353 |
| 145965 | 145965 | 60305 60305 | 88353 88353 |
| 145966 | 145966 | 489177 489177 | 88353 88353 |
| 145967 | 145967 | 207692 207692 | 88353 88353 |
| 145968 | 145968 | 306295 306295 | 88353 88353 |
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)
);