inventory_summary
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where query_id = 403844
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | query_id |
|---|---|---|---|
| 826156 | 826156 | 456706 456706 | 403844 403844 |
| 826157 | 826157 | 364991 364991 | 403844 403844 |
| 826158 | 826158 | 481140 481140 | 403844 403844 |
| 826159 | 826159 | 503334 503334 | 403844 403844 |
| 826160 | 826160 | 411081 411081 | 403844 403844 |
| 826161 | 826161 | 364992 364992 | 403844 403844 |
| 826162 | 826162 | 411080 411080 | 403844 403844 |
| 826163 | 826163 | 456705 456705 | 403844 403844 |
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)
);