Friday, September 19, 2008

SQL for all

This is the 1s comment in my blog giving a plat form for MySQL.

3 comments:

Anonymous said...

Dear,

I want to know the table structure of database.

Anonymous said...

Hi guys,
This is the structure of table is given below, I think it will help you.

tbl.name, eg(umanath)
field.name, eg(name,age,gender...)
field.type, eg(char(10),int(5),num(2)...)
key.type, eg(primary,....)
table.type, eg(MyISAM,...)
index eg(name...)
not null eg(null...)
and etc.,

deepak's blog said...

Thanks Uma