The reason underscores are used here with PascalCase notation is so that the table name and field name are clearly separated.
在没有下划线情况下,很难区分表名和字段名的分界点。
2
The lexers for case-insensitive languages like Pascal and VHDL are slightly more complicated because they must parse, for example, begin and begin and generate the same token for the parser.