inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 301523
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 41401 | 41401 | 218953 218953 | 301523 301523 |
| 41402 | 41402 | 208077 208077 | 301523 301523 |
| 41403 | 41403 | 251905 251905 | 301523 301523 |
| 41404 | 41404 | 208076 208076 | 301523 301523 |
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)
);