Buy Questpond's video subscriptions on
huge discount
.
Online: 2868
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 ...
What will be the output of the below query?
select ISNUMERIC('1234') as [1234],ISNUMERIC(1234) as [1234],ISNUMERIC('1234sddd') as [1234];
Posted by
vishalneeraj-24503
on 11/26/2013 | Category:
Sql Server Interview questions
| Views: 5988 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Select from following answers:
1,1,0
0,0,0
-1,-1,-1
true,false,true
All Above
IsNumeric returns 1,if the expression is number,otherwise returns 0.
Show Correct Answer
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
What will be the order of null values in below que ...
Next > :
How many ways we can break statements into new lin ...
Comments or Responses
Login to post response
More Interview Questions by vishalneeraj-24503
How many ways we can break statements into new lines in Dot Net?
What is an Alternative way of getting Distinct or Unique records in SQ ...
Which Select statement will not execute successfully about Distinct cl ...
Which operation Resets Identity column in Table.
How to remove any table from DB in SQL-Server
Which Gridview property must be enabled to work with pagination?
What is Gridview default Pagesize?
How to Break and Combine long Statements into multiple lines in Code-b ...
Latest Interview Questions
What is BrowserLink ?
How to delete a stored procedure named as MyProc from the SQL Server 2 ...
Assume we have one query to find out the count of products within each ...
If you use the BEGIN TRANSACTION statement, then execute 2 insert stat ...
Which of the following is FALSE regarding FOREIGN KEYS in SQL Server 2 ...
Which of the following is an example of a scalar subquery?
What is wrong with the T-SQL batch statement below: @find varchar(30 ...
A Customers table has columns names as firstname and lastname. Which o ...
More ...