I guess that the answer is dependent on the SQL implementation, but anyway:
In general: are there sql implementations in other languages than English , so that if one make use of a tool written in another language one might get sql syntax in non-english? For example the key words JOIN, EXIST, UNION, INTO, etc. (I am quite sure there are, especially for other language types such as arabic, chinese, etc, but now I am asking about those languages that share the same (set of) code pages, and mainly about the western worlds' languages, spanish, french, german, etc.)
If so, generally speaking: is it safe to assume that the various common servers will handle their own syntax regardless of which local language the query is written in?
Any other relevant issues to be aware of?
D.