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 ?

Était-ce utile?

La solution

You can use just

vw                //View
udf              //UserDefineFunction

Regards

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top