but one advantage of having different syntaxes inside the language is that you don't rely on strings to do everything.
So your language is more secure and can have better performance because by example for the SQL syntax you can produce a tree instead of serializing your request as a string.