sql server syntax to add "!" sign to "name" field of
"employee" table in a manner that all names have the same
lenght of 20 characters
Answer Posted / kumarasamy
use trigger and string function
u will get it
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between delete and truncate commands?
What is the purpose of optimization?
What are the various editions of sql server 2017 that are available in the market?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
Do you know what guidelines should be followed to help minimize deadlocks?
What is a user-defined function in the sql server and what is its advantage?
Tell me what are cursors and when they are useful?
What is model database in sql server?
What is multilevel indexing?
What is the process of normalising?
What is multi-statement table-value user-defined function?
What is BCP? When does it used in sql server 2012?
How to declare a cursor with "declare ... Cursor" in ms sql server?
How each E-R model constructs can be mapped to the relational model?
What are the lambda triggers?