6 messages in com.mysql.lists.mysqlRe: Standard of Column Names
FromSent OnAttachments
Ronan Lucio27 Apr 2004 07:45 
Ruslan U. Zakirov27 Apr 2004 07:52 
Ronan Lucio27 Apr 2004 08:02 
Ronan Lucio27 Apr 2004 10:07 
Michael Stassen27 Apr 2004 11:28 
Matt Chatterley02 May 2004 04:46 
Subject:Re: Standard of Column Names
From:Ruslan U. Zakirov (cub@acronis.ru)
Date:04/27/2004 07:52:28 AM
List:com.mysql.lists.mysql

Ronan Lucio wrote:

Hello,

I´m doing the planing for an application that will use MySQL as database.

So, I´d like to know your opinions about the standard for the column names.

Supposing that I should create a table named car. Is it better to have either the column names (cod, name, description) or (car_cod, car_name, car_description)?

Hello. IMHO: 1) Table name as prefix is unnecessary for me. It's norwegian notation which I hate. 2) Also I recomend look into ANSI SQL standard for reserved keywords. I've got experience of porting DB from MySQL(allow some keywords) to another DB, it's pain.

Good luck. Ruslan.

Thanks, Ronan