Horje
databse store data with underscores Code Example
databse store data with underscores
There are no direct technical issue with using an underscore in the name. In fact, I do it quite often and find it helpful. Ruby even auto generate underscores in column names and SQL Servers own system objects use underscores too.

In general, it is a good idea to have some naming convention that you stick to in the database, and if that includes underscores, no big deal.

Any character can be used in the name, if you put square brackets or quotes around the name when referring to it. I try to avoid spaces though, since it makes things harder to read.

>> Stackoverflow.com/...




Whatever

Related
c send struct over message queue Code Example c send struct over message queue Code Example
create a text file programmatically in wordpress Code Example create a text file programmatically in wordpress Code Example
procfile cd and npm start Code Example procfile cd and npm start Code Example
python3 inorder generator Code Example python3 inorder generator Code Example
keqing Code Example keqing Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7