Frage

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 ?

War es hilfreich?

Lösung

You can use just

vw                //View
udf              //UserDefineFunction

Regards

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top