There is a view that has been created in the database, referencing columns of other tables in the same database. How I can find the sources of columns within the view?
For example, Info_View has 4 columns: Name,Surname, Job and Hobby. These columns bind from different tables. How can I know which column comes from where?
got it from here