inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where query_id = 73073
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 60862 | 60862 | 160602 160602 | 73073 73073 |
| 60863 | 60863 | 224000 224000 | 73073 73073 |
| 60864 | 60864 | 50301 50301 | 73073 73073 |
| 60865 | 60865 | 246797 246797 | 73073 73073 |
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)
);