MySQL Forums
Forum List  »  Newbie

Re: Populating tables
Posted by: Peter Brawley
Date: March 22, 2013 09:00PM

The prefix 'CID' conveys zero information, so lose it.

create table clients(client_id int unsigned primary key auto_increment, ...)

Options: ReplyQuote


Subject
Written By
Posted
March 22, 2013 05:03PM
Re: Populating tables
March 22, 2013 09:00PM
March 23, 2013 01:10PM
March 23, 2013 08:50PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.