WebDesignChat
 
Partners
Web Design Resources
Web Designers Directory
Html Help
WPDFD
Tip Tricks
Page Resource
Design Companies
Website Design
Ceonex Web Design
LevelTen Design
Web Designing
Resources
Web Hosting Reviews
Free Design Stuff
Free Fonts
Free Graphics
Stylesheet Editor
Web Editor
Form Mail Script
Free Search Engine Submission
Photoshop Tutorials
Advertise Here
Welcome to WebDesignChat.org. Web Design chat is a one stop place to chat about all the latest happenings going in web design field. Here you can increase your knowledge as well as help others to grow their knowledge on Web Designing.


Go Back   Web Design Forum > Web Programming > Php and MySql
User Name
Password
Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-16-2005, 06:18 AM
rave rave is offline
Junior Member
 
Join Date: Jul 2005
Posts: 6
Default For beginners

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. MySQL is a relational database.

In a relational structured database there are tables that store data. Each table is made up of columns and rows. A table's columns define what kind of information is going to be stored. You need an individual column for each type of information you wished to store (i.e. Age, Weight, Height).

While columns define what kind of information is going to be stored, a row is the actual data that is stored. Each table row is an entry of that table and contains values for each of the table's columns (i.e. Entry Bob: 65 years old, 165 lbs, and 6'2"). If all this relational database talk is confusing, do not despair, we talk about and show a few table examples in future lessons.




Why Use a Database?

Databases are most useful when it comes to storing information that fits into logical categories. For example, say that you wanted to store information of all the employees in a company. With a database you can have tables for many similar tables. Example tables would be: logistics, managers, janitors, performance measurements, etc.
Reply With Quote
Sponsored Links
  #2  
Old 01-30-2008, 06:20 AM
RAMAN RAMAN is offline
Junior Member
 
Join Date: Jan 2008
Posts: 6
Default

What is a Database? AND Why Use a Database?

Database is a collection of records in a row-column format.Database consist of tablespace ,schema,objects and instance etc.To access a database ,the instance must be started.ORACLE is the most powerful database among other databases like MySQL, Informix, Sybase, Solid, PostgreSQL, Generic ODBC, etc...so database is used to store the information in particular form.....
__________________
Website Development Company offers customized web solutions world wide.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




All times are GMT. The time now is 09:06 AM.
Powered by: vBulletin Version 3.0.3

Copyright ©2000 - 2005, Jelsoft Enterprises Ltd.