Hi,
I am runnig a MySQL database. I would like to create a table that will have somethine like 50 fields. I want to know if this will create a problem in the performance of the database.
An eg of what i am trying to do.
table house has fields like
1 house name
2 house area
3 house location
.
.
.
50 house owner
Please let me know if there is a better way to do this.
I am runnig a MySQL database. I would like to create a table that will have somethine like 50 fields. I want to know if this will create a problem in the performance of the database.
An eg of what i am trying to do.
table house has fields like
1 house name
2 house area
3 house location
.
.
.
50 house owner
Please let me know if there is a better way to do this.