inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where query_id = 18123
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 490896 | 490896 | 8814 8814 | 18123 18123 |
| 490897 | 490897 | 82347 82347 | 18123 18123 |
| 490898 | 490898 | 217497 217497 | 18123 18123 |
| 490899 | 490899 | 491425 491425 | 18123 18123 |
| 490900 | 490900 | 157571 157571 | 18123 18123 |
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)
);