hi .... i am in litle confusion.... Let we have a large field in the database,and same field is splitted in the other table. eg address(containing all city state ,country) in table1... and add, city,state,country in table2... all are separte column.
i need complete address which on is faster.. Select address from table1 (larger data in one field) or Select city,state,country from table 2.. (same data is splitted in these fields)(data length equal in both cases) plz reply regards