Database Articles

  Home arrow Database Articles arrow Intro to Databases
DATABASE ARTICLES

Intro to Databases
By: lig
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 3
    2005-10-18

    Table of Contents:
  • Intro to Databases
  • Database Basics
  • SQL - Structured Query Language
  • Working with Databases
  • Connecting to the database and selecting the database
  • Sending a Query to the Database and Getting the Results
  • Freeing the Results and Closing Down
  • Conclusion

  •  
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement

    Intro to Databases


    (Page 1 of 8 )

    A quickstart guide to working with databases for beginners, covering basic concepts, simple SQL, and working with databases in PHP either natively or with PEAR DB.

    By : Ligaya Turmelle

    So you have played around a little bit with PHP maybe created a hit counter or a guestbook using files. But you want to try something a little bigger. Maybe even something using a database. Only one problem, you know nothing about databases. Nothing, nada, zero, zilch.

    Well you are in the right place. Hopefully by the end of this introduction to databases you will understand the basic terminology and concepts of databases, the basics of the language the database use as well as two common options PHP provides for interacting with the database (using native database support or using PEAR's DB package). So hold on tight for a crash course in databases.

    More Database Articles Articles
    More By lig

    blog comments powered by Disqus

    DATABASE ARTICLES ARTICLES

    - Completing a Book Inventory Management System
    - Uploading Images for a Book Inventory Manage...
    - Finishing the Add Book Story for a Book Inve...
    - Integration Testing for a Book Inventory Man...
    - User Stories for a Book Inventory Management...
    - Unit Testing a Book Inventory Management Sys...
    - Testing a Book Inventory Management System
    - Implementing Models for a Book Inventory Man...
    - Book Inventory Application: Publishers and B...
    - Handling Publishers in a Book Inventory Mana...
    - Publisher Administration for Book Inventory ...
    - Book Inventory Management
    - Using the SQL Reference Manual
    - Using Oracle SQL Developer with SQL Statemen...
    - Fixing Errors with Oracle SQL Developer


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 1 - Follow our Sitemap