I'm designing a database. Now it's on MySQL, but tomorrow could migrate on another DBMS. So I have to pay attention not to use reserved words (for MySQL and possibly for any other DBMS) as field names. And I don't want to use reserved word as field names, wrapped in quotes or square brackets!
Is there a site where I can find all reserved words for every DBMS? Or at least for the most used ones. It would be great if would exist a tool where you put a word and it gives you all DBMS for which it is a reserved word, if any.
If there is no online reference or tool of this kind, we could recollect a list of links for the pages of reserved words of every DBMS. Thanks a lot!
WOW... I found this online tool: Reserved Word Search.
It's valid both for DBMS and programming languages. It seems quite up-to-date.