CATEGORIES
2D Graphic
Adobe PhotoshopAdobe IllustratorAdobe InDesignAdobe FlashAdobe FreehandAdobe FireworksCorel DrawPaint Shop ProGIMP
3D GraphicAudio & VideoDesktop ProgrammingWebsite DevelopmentDatabaseBusiness ApplicationsTutsBuzz Stuff 
POLL
What kind of tutorials are you interested in?

Search results for this tag: postgresql.
10 tutorials have been found in database.
... to list more tags click here
Ruby On Rails » 13.06.2007 » by suzie
0faves
eRuby: Using Ruby, PostgreSQL and MySQL on Windows.
PostgreSQL » 24.05.2007 » by biohazard
0faves
Why do we need to worry about the data types we're storing in a database? Well mainly because it helps you with database design.
PostgreSQL » 24.05.2007 » by biohazard
0faves
Adding data to a database is quite easy. The easiest way to do it with php is through a form on a website.
PostgreSQL » 24.05.2007 » by biohazard
0faves
Now we can add data to the database we'll look at how to retrieve it.
PostgreSQL » 24.05.2007 » by biohazard
0faves
How do we update information already in our database? Here's a look at it.
PostgreSQL » 24.05.2007 » by biohazard
0faves
Deleting old data from your database is a useful thing to do. If you keep a list of books or cd's you own and you sell or give something away, you can remove it from the list.
PostgreSQL » 24.05.2007 » by biohazard
0faves
Database indexes help speed up retrieval of data, they can significantly improve performance - the other great benefit of that is your server doesn't have to work as hard to get the data.
PostgreSQL » 24.05.2007 » by biohazard
0faves
Setting up multiple tables in a database is an easy way to keep related data together.
PostgreSQL » 24.05.2007 » by biohazard
0faves
As is the case with most modern relational languages, SQL is based on the tuple relational calculus. As a result every query that can be formulated using the tuple relational calculus (or equivalently, relational algebra) can also be formulated using SQL.
PostgreSQL » 24.05.2007 » by biohazard
0faves
In the previous section (Relational Data Model Formalities).


