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

ThinkPHP Blog: Creating press-ready PDF documents on the fly including individual barcodes

WebReference.com: Class Inheritance with PHP

Matthew Weier O'Phinney: ZF2 Modules Quickstart (Screencast)

PHPMaster.com: Generate QR Codes in PHP

Alex Bilbie's Blog: MongoDB + CodeIgniter 101 (Part 1)


Community Events











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


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

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