I just got hand over with hundreds of SQL views, stored procedures and functions I like to see data visually to better understand what the object does.
Can I assume if I run a select statement and execute the query - there is no chance that it modifies record/data?
I am just worry that there are some SQL tricks that can updates data via select statement.
Anything to watch out for inside the select? Any tips or keyword that I have to look out for?