Database Related Tutorials - LearnPHP.org

Database Related Tutorials perform a function of an educational resource, that will help you to learn more about your possibilities connected with database, all manipulations with it and all those changes that will meet your demands and requires and can be easily done in a short period of time and in a proper way. Tutorials will explain you in the easiest way all principles of the working process you are going to start, simplifying your laborious task and thus making the best of your time, giving you a chance to pay more attention to other important details.Database Related Tutorials will become your irreplaceable assistant in improving and increasing your knowledge with practical usage in future.
Sort byTutorials Per Page
Pages:4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | Next| Last
SQL databases can be filtered by virtually any set of criteria using a single clause. This week, John Paul Ashenfelter shows us how to use the SELECT command to return subsets of data.
April 8, 2010 Today Views: 2 Total Views: 879
In this tutorial we look at the issue of SQL injection, how the attackers use it, the problems that can arise and methods of prevention using PHP.
April 2, 2010 Today Views: 2 Total Views: 859

SQL - Operators

Author: tizag.com  Rating:
Operators are used in expressions or conditional statements. they show equality, inequality, or a combination of both.
March 31, 2010 Today Views: 1 Total Views: 1,561
As with any programming language, there are a few terms unique to that language.
March 26, 2010 Today Views: 1 Total Views: 793
There are two ways of securing data in a database: hashing and encryption. Hashing usually prevents you from obtaining the original string. Encryption allows you to obtain the original string (through decrypting). This is only possible if you know the encryption method, and the key that was used to ...
March 23, 2010 Today Views: 1 Total Views: 591
Which database do I use: Postgres or MySQL? This age-old question has plagued developers for, what, at least a couple years now.
March 19, 2010 Today Views: 1 Total Views: 1,113

MySQL - Introduction

Author: tizag.com  Rating:
MySQL is currently the most popular open source database server in existence. On top of that, it is very commonly used in conjunction with PHP scripts to create powerful and dynamic server-side applications.
March 18, 2010 Today Views: 2 Total Views: 955

Aggregate Functions

Author: ONLamp.com  Rating:
John Paul Ashenfelter looks at a specific class of SQL functions that operate on entire columns of data instead of discrete values -- the aggregate functions.
March 18, 2010 Today Views: 1 Total Views: 754
For small and large database projects, Microsoft Access works wonderfully. If you have a database with hundreds of thousands of records, maybe even connecting to other databases remotely, Access will work just fine.
March 15, 2010 Today Views: 1 Total Views: 1,418
A beginner tutorial demonstrating a simple form to update administrator privileges for a set of users using checkboxes.
March 12, 2010 Today Views: 1 Total Views: 652
Pages:4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | Next| Last