Question

We use some abbreviations while we are writing our SQL codes like:

db -> database
tbl -> table
sp -> stored procedure

What is the best abbreviation for VIEW in SQL ?

Was it helpful?

Solution

You can use just

vw                //View
udf              //UserDefineFunction

Regards

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top