inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where query_id = 31761
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 207220 | 207220 | 535227 535227 | 31761 31761 |
| 207221 | 207221 | 41967 41967 | 31761 31761 |
| 207222 | 207222 | 320662 320662 | 31761 31761 |
| 207223 | 207223 | 16404 16404 | 31761 31761 |
| 207224 | 207224 | 50805 50805 | 31761 31761 |
| 207225 | 207225 | 245146 245146 | 31761 31761 |
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)
);