Database Articles
  Home arrow Database Articles arrow Databases and SQL
Codewalker Forums 
  Tutorials  
Database Articles  
Miscellaneous  
Navigation Usability  
PEAR Articles  
Programming Basics  
Server Administration  
XML Tutorials  
  Reviews  
Database Book Reviews  
Linux Book Reviews  
Miscellaneous Reviews  
PHP Book Reviews  
PHP Software Reviews  
Server Admin Reviews  
SQL Tool Reviews  
  Code Gallery  
Content Management Code  
Contest Code  
Counters Code  
Database Code  
Date Time Code  
Discussion Board Code  
Email Code  
File Manipulation Code  
GUI Code  
Link Farm Code  
Miscellaneous Code  
Search Code  
Site Navigation Code  
User Management Code  
Forums Sitemap 
Dedicated Servers  
Download TestComplete 
JMSL Numerical Library 
IBM® developerWorks
Weekly Newsletter 
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
DATABASE ARTICLES

Databases and SQL
By: bluephoenix
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 1
    2004-04-19

    Table of Contents:
  • Databases and SQL
  • Adding Information To A Database
  • Retrieving Information From A Database
  • Changing Information In A Database
  • Conclusion

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Databases and SQL


    (Page 1 of 5 )

    As if PHP wasn't enough, now you find out you have to be able to work with databases as well! Well, never fear, Timothy has a database primer that will get you headed in the right direction.

    Databases are stores of information. They allow one to easily record and access large amounts of information for a variety of purposes. Because pretty much any type of information can be stored in a database, they can be found literally everywhere. Databases store medical records, police reports, sale transactions, music and video collections and more!

    Databases have proven handy in web development, too. Database servers such as MySQL, PostgreSQL, Oracl and DB2 provide efficient storage and data management tasks for dynamic, content driven sites.

    Databases store their information in groups of records known as tables. For example, a particular table may resemble the following:

    Last Name  First Name  Address             City       State  Zip Code
    ---------------------------------------------------------------------
    Adams      Gwendolyn   205 W Third St.     Brownville AL     35020
    Johnson    Diane        82 Richardson Ave. Fresno     CA     93702
    Smith      Harold      321 Elm St.         Portsmouth RI     02871

    The table contains the name and addresses of several individuals; each line forms a record consisting of an individual's last name, first name, address, city, state and postal code. The table keeps these similar records grouped together.

    A database can contain more than one table. A database that can search and retrieve information from different tables and then relate it to that from other tables in the database is often called a Relational Database.

    If you are familiar with spreadsheet applications, you may think a table akin to a spreadsheet. The spreadsheet is a table with each row comprises one record and each column is a different field. And as a spreadsheet workbook is a collection of related spreadsheets, a database is a collection of related tables.

    More Database Articles Articles
    More By bluephoenix


       · Hi,how can i make severals updates at the same time (nmaybe using while)i...
       · Like most other queries, UPDATE affects all of a table's rows unless you specify...
       · Please, can you help me. I'm very new beginer in php :)There's my problem. I know...
     

    DATABASE ARTICLES ARTICLES

    - More on Query Optimization for Oracle Databa...
    - Query Optimization in Oracle
    - Clusters and Other Data Structures for Oracle
    - Using Indexes with an Oracle Database
    - The Basics of Data Structures in Oracle
    - Oracle Data Structures
    - Best Practices for PL/SQL Variables
    - What`s Code Without Variables?
    - Clauses, Sorting, and SQL Queries
    - The From Clause and SQL Queries
    - Query Primer
    - Full Text Searches and Strings
    - Searching with Strings
    - Pattern Matching with Strings
    - Working with Cases of Strings






    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway