NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Plural bad! (Score:2)
Another problem is that it degrades badly when you have "linking" tables. Say I have Accounts and Users, then I might have an AccountsUsers table. Yuck! If I have Accounts, Users, and Roles, th
Re:Plural bad! (Score:2)
The proposed standard naming convention from $cow_orker also mandated the use of CamelCase. With the added wrinkle of a short suffix on every table name. E.g.: Account_act or ProductCommissionGroup_pcg. Any advance on Triple-Yuck ?
Reply to This
Parent
Re: (Score:1)
Re: (Score:2)
That suffix thing is truly awful, though. What possible purpose could it serve? It's like naming everything twice.
Re: (Score:2)
Re: (Score:1)
This is why I prefer using _ instead.
For the record, note that my job involves a lot of reporting. I spend more time writing SQL than Perl.
Re: (Score:1)
Yeah, except for a particular free-of-charge database that seems to be quite popular. Tables are files on the underlaying filesystem, and if the underlaying filesystem is case sensitive, your tables are as well. Columns, OTOH, aren't case-sensitive.
Re: (Score:1)
...and a certain well-known commercial database (*cough* Sybase *cough*). There is a global switch you (i.e. the DBA) can flip to change that, but then all havok breaks loose...