126k views
5 votes
Why do the query tables use an underscore in their names?

1 Answer

7 votes

An underscore is a permitted character in documentations such as MySQL. An underscore in query tables can increase readability. For example, if we use thisIsMyColumn as a column name, it is very easy to write. However, this _is_my_column as a column name is more readable.






User ViniH
by
8.8k points