how to add field in a table
friends today i will tell you how to add field in a tablesuppose 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