View Single Post

   
  #3 (permalink)  
Old 02-29-2008, 05:55 AM
--CELKO--
 
Posts: n/a
Default Re: sql query syntax

This is called destroying First Normal Form. You do it in the front
end and not the database because it has to do with display.

You might want to learn what the Normal Forms are and why we use them
in SQL. You might want to learn how a tiered architecture works, too.

Reply With Quote