inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 77529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 424129 | 424129 | 490200 490200 | 77529 77529 |
| 424130 | 424130 | 53035 53035 | 77529 77529 |
| 424131 | 424131 | 528082 528082 | 77529 77529 |
| 424132 | 424132 | 156591 156591 | 77529 77529 |
| 424133 | 424133 | 79930 79930 | 77529 77529 |
| 424134 | 424134 | 250737 250737 | 77529 77529 |
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)
);