Buy Questpond's video subscriptions on
huge discount
.
Online: 2056
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
Sql Server
>
Loading ...
How to set all letters or text in lower-case?
Posted by
vishalneeraj-24503
on 1/14/2014 | Category:
Sql Server Interview questions
| Views: 2432 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
We can use
Lower in-built Sql-Server function
to set all letters or text in lower-case.
For Example:-
Select Lower('VISHAL') as Name;
Output:
vishal
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
DataSet and DataTable class are present in which N ...
Next > :
What property do we require to add within the Grid ...
Comments or Responses
Login to post response
More Interview Questions by vishalneeraj-24503
What property do we require to add within the Gridview tags to bind co ...
What do we mean by NullDisplayText Property in Gridview?
What is the use of DataFormatString in Gridview?
What is the Difference between Templatefield and Boundfield in Gridvie ...
What does BoundField mean in Gridview?
How to Display the First and Last Names in a Single Column in Gridview ...
How to get Dropdown list Selected Item Text?
What will the output of value? Dim value As Decimal = DirectCast(98 ...
Latest Interview Questions
What is ViewStart in MVC?
What does Separation of concerns means?
What is MVC?
What's the difference between DELETE TABLE and TRUNCATE TABLE com ...
What is a Method Group Conversion in C#?
Tell me about yourself
How to get the list of tables in a database and also the size of which ...
Your developing web application which access data from a MS sql and ha ...
More ...