hi all,
I am new to mssql but C# programmer, can anyone help me on how to merge columns from different tables to a single table in sql
for example
i've 4 tables and
the first table has a,b,c,d columns
second table has e,f,g,h
thrid table has i, j, k, l,m
fourth table has n,o,p columns
so now i want to retrieve a table so that the table should have
a,b,g,j,k,n,p columns
can anyone help me