SQL validation
Identify SQL issues like non-existent columns, keyword typos, extra parentheses easily
Following SQL checks are available:
| Check | Details |
|---|---|
| Identify non-existent column | If SQL is referencing some columns that don't exist, those columns will be identified as error. |
| Keyword typos | If there are some typos in SQL keywords, those keywords will be flagged |
| Missing or extra parentheses | If there are missed or extra parentheses, that SQL area will be highlighted |