Wednesday, 30 May 2012

How to add field in a table

how to add field in a table 

friends today i will tell you how to add field in a table
suppose you create a table which name is student_fee And you include name ,age city field in a table and you want to add mobile no field in a table to perform this task you will need to this query
alter table  student_fee add mobile_no numeric(15)
Thank you

No comments:

Post a Comment