Mysql



Types of Relationships

Tuesday, February 5th, 2008

One-to-manyThe one-to-many relationship is the workhorse of relational databases as well as being th

Data Definition Language

Tuesday, February 5th, 2008

We’ve been focused on the data manipulation aspect of SQL for the past few months, which I hope ha

Where to Use WHERE

Tuesday, February 5th, 2008

the WHERE clauseThe SQL WHERE clause accepts a number of comparison operators (Table 1) and Boolean

Emulating Analytic (AKA Ranking) Functions with MySQL: Part 2

Tuesday, February 5th, 2008

Fortunately, there is another possibility, and once again we will use techniques that are not availa

UPDATE that Data!

Tuesday, February 5th, 2008

If you’ve read previous installments of this column, you’ve learned the basics of SQL for finding da

Good Relations

Tuesday, February 5th, 2008

Your first relationshipThere is nothing magical, complex, or inherently hard about data relationship

Tips for Building Web Database Applications with PHP and MySQL

Tuesday, February 5th, 2008

PHP’s popularity stems from its power and flexibility: it is easy to includePHP scripts in HTML docu

MySQL FULLTEXT Searching

Tuesday, February 5th, 2008

Have you ever wanted to search text stored in your database, butcouldn’t figure out how to do it eff

Introducing SELECT

Tuesday, February 5th, 2008

Simple SELECTWe’ll be using the simple database we started with last week as a starting point for ou

Emulating Analytic (AKA Ranking) Functions with MySQL

Tuesday, February 5th, 2008

Oracle introduced these functions early (with version 8.1.6, back in 1999 or about) and still offers