Domanda

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 ?

È stato utile?

Soluzione

You can use just

vw                //View
udf              //UserDefineFunction

Regards

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top