When reading data from tables, we may need to give different names to tables and columns. We can do this by defining alias to …
Read More »Tag Archives: Ambiguous column name
Join Types in SQL Server
We can combine more than one table through equi-columns in tables and perform joins in a single result set. There are a few kinds of …
Read More »