CATEGORIES
POLL
What kind of tutorials are you interested in?
tutorial language
English German Turkish
tutorial type
all
video
html
tutorials per page
10
15
25
sort tutorials
date
click
rating
0faves
.. 0.0 / 10 .. (0 votes)
PostgreSQL » 24.05.2007 » by biohazard
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.
339 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 5.0 / 10 .. (2 votes)
PostgreSQL » 24.05.2007 » by biohazard
Adding data to a database is quite easy. The easiest way to do it with php is through a form on a website.
366 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
PostgreSQL » 24.05.2007 » by biohazard
Now we can add data to the database we'll look at how to retrieve it.
315 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
PostgreSQL » 24.05.2007 » by biohazard
How do we update information already in our database? Here's a look at it.
324 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
PostgreSQL » 24.05.2007 » by biohazard
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.
349 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
PostgreSQL » 24.05.2007 » by biohazard
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.
328 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
PostgreSQL » 24.05.2007 » by biohazard
Setting up multiple tables in a database is an easy way to keep related data together.
312 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
PostgreSQL » 24.05.2007 » by biohazard
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.
336 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
0faves
.. 0.0 / 10 .. (0 votes)
PostgreSQL » 24.05.2007 » by biohazard
In the previous section (Relational Data Model Formalities).
319 views ... goToHome ... reportThis ... shareThis ... addToFaves ... comments(0)
Previous
1
Next