News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Relational Databases for Dummies
March 14, 2013 @ 10:43:13

If you're relatively new to PHP development or have just meaning to get into using relational databases with your application, you should check out this new post from NetTuts giving a "for dummies" approach to learning about RDBMSes.

Web apps can be split into two major components: a front-end that displays and collects information, and a back-end for storing the information. In this article, I'll demonstrate what a relational database is, and how to properly design your database to store your app's information.

They describe the usage of a database in several steps (no code is included, just SQL at the end):

  • Get Some Data
  • Remove Repetitive Data Across Columns
  • Remove Repetitive Data Across Rows
  • Linking Tables with Keys

This is followed by links to a few of the different RDBMSes out there and a brief introduction to what SQL is and what it looks like.

0 comments voice your opinion now!
relational databases introduction tutorial


blog comments powered by Disqus

Similar Posts

Ask About PHP Blog: Google Analytics API class for PHP

PHP-Security.net: Suhosin 0.9.34-DEV Installation HowTo

Port 25 Blog: FastCGI and PHP Works with IIS6 Too

DevShed: Constructing Multi-Line PDF Documents with PHP 5

PHPMaster.com: Scrum - An Agile Project’s Best Friend


Community Events











Don't see your event here?
Let us know!


api podcast code language database functional composer interview zendframework2 release series unittest example testing phpunit opinion community development introduction framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework