I have a database named Football with a table named Club. My team columns are club_name, location, manager and established.
I need to know, how to add two or more names to same column. Like for example, in order to find location, I can type city instead of location. Or write coach instead of manager.
Or should I have to make another column with same data but different name.