Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - SQL Usage » Creating Databases » Creating databases in SQL Anywhere » Design considerations

 

Choosing object names

Avoid naming database objects after reserved words. For the list of SQL Anywhere reserved words, see Reserved words.

Column names must be enclosed in double quotes if they contain characters other than letters, numbers, or underscores, if they do not begin with a letter, or if the name is the same as a keyword.