Results 1 to 7 of 7

Thread: What is a Database?

  1. #1
    Join Date
    Nov 2009
    Posts
    76,596

    Default What is a Database?

    A database is a structure that comes in two flavors: a flat database and a relational database. A relational database is much more oriented to the human mind and is often preferred over the gabble-de-gook flat database that are just stored on hard drives like a text file. MySQL is a relational database.


    In a relational structured database there are tables that store data. The columns define which kinds of information will be stored in the table. An individual column must be created for each type of data you wish to store (i.e. Age, Weight, Height).


    On the other hand, a row contains the actual values for these specified columns. Each row will have 1 value for each and every column. For example a table with columns (Name, Age, Weight-lbs) could have a row with the values (Bob, 65, 165). If all this relational database talk is too confusing, don't despair. We will talk about and show a few examples in the coming lessons.





    Keywords:what is a database,mysql tutorials, php tutorials,learn mysql,

  2. #2
    Join Date
    Feb 2011
    Posts
    3

    Default

    nice post man it helped me a lot ^ ^
    well now I understand

  3. #3
    Join Date
    Mar 2011
    Posts
    5

    Default

    Beside MySQL there are other database systems like SQL Server, DB2 ...

  4. #4
    Join Date
    May 2011
    Posts
    6

    Default

    Database is an organized collection of related information. That means a shelf in a library qualifies as a database.It is definitely important for an organization to run effortlessly but databases may also be discovered as a back end to most software programs that people purchase.All databases have a certain organizational structure, which files away attributes of the information, which you can then search for and locate within the database.
    __________________
    debt relief

  5. #5
    Join Date
    May 2011
    Posts
    6

    Default

    Quote Originally Posted by ipetrov View Post
    Beside MySQL there are other database systems like SQL Server, DB2 ...
    how can you forget Access of Microsoft ^^ its olso a data base

  6. #6
    Join Date
    Jan 2012
    Posts
    197

    Default

    Database is very important for every language.

  7. #7
    Join Date
    May 2013
    Posts
    5

    Default

    Postgre, free Relational Database.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •