On 2008-04-07 15:30, Greg Lindstrom wrote:
> On Sun, Apr 6, 2008 at 2:31 AM, John Nagle <[EMAIL PROTECTED]> wrote:
>>     Basic SQL isn't that hard.  Learn CREATE, SELECT, INSERT,
>>  UPDATE, and DELETE syntax.  That's enough for most simple
>>  applications.
> 
> And then learn more advanced SQL: joins, nested selects, pivot tables and
> stored procedures.  You can do a lot of processing "inside" the database
> which cuts down on data running over the wire.
> 
> SQL is one of the areas I wish I had mastered (much) earlier in my career

Fully agree :-)

Interesting comments in a time where everyone seems to be obsessed
with ORMs.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Apr 07 2008)
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::


    eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
     D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
            Registered at Amtsgericht Duesseldorf: HRB 46611
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to