it's just a prefix, maybe a project name ... vwTournamentDetails
could even be Stackoverflow
, it's just how someone named the table/view.
normally, we database architects tend to prefix the name with a topic or area, sometimes a project, a simple convention so we know things, when we thing that the same database could contain other tables not relative to what we are design them now... myself, I normally use the project short name, for example mv for the project Mitivo
, or tbl
for a Table vw
for a View
, it's how I have being writing tables for more than 20 years and that stick with us... old people... :)
bottom line, it's just a name :)