Roja-Sql Server
Home
ASP.NET
VB.NET
C#
JQuery
SQL
Interview Questions
Find me on Facebook
Find me on Twitter
Write a query to convert all the letters in a word to upper case
SELECT UPPER('test')
Write a query to round up the values of a number. For example even if the user enters 7.1 it should be rounded up to 8.
SELECT CEILING (7.1)
Newer Post
Older Post
Home