List of interview questions posted by Vishalneeraj-24503- Page 39



Category Interview Questions Title
C# Alternative way of checking string whether it contains values or not? 01-Jul-2014 1323
C# What is the return type of IsNullOrEmpty string method? 01-Jul-2014 1726
Visual Studio How to check whether any string has a value or not? 01-Jul-2014 2142
Sql Server How to check whether user defined function(UDF) is there in table or not? 01-Jul-2014 1417
Sql Server What is the default value for Bil data type? 01-Jul-2014 1507
Sql Server What is the output of below statement? declare @val bit; select @val as Output; 01-Jul-2014 1812
Sql Server What do we mean by Bit data type? 01-Jul-2014 1721
Sql Server Which trigger does execute when DELETE command is fired? 01-Jul-2014 1623
Sql Server Which of the following is NOT true about the TRUNCATE TABLE command? 01-Jul-2014 7355
Sql Server What will be the result of the following statement? Select Round(281.89,-1, 1) as Output; 01-Jul-2014 2187
Sql Server Is there any updated system table in DB tables? 01-Jul-2014 1742
Sql Server To identify records that were updated in a table from a trigger,which of the following tables need to be checked? 01-Jul-2014 1988
Sql Server Which of the following is the correct way to rename a user database? 01-Jul-2014 1969
Sql Server What will be the output of below IsNumeric functions? Select ISNUMERIC('=') as '='; Select ISNUMERIC('-') as '-'; Select ISNUMERIC('+') as '+'; Select ISNUMERIC('/') as '/'; Select ISNUMERIC('*') as '*'; Select ISNUMERIC('$') as '$'; 01-Jul-2014 1910
Sql Server What are the other valid data types IsNumeric function supports? 01-Jul-2014 1340
Sql Server What is the return type of IsNumeric function? 01-Jul-2014 1630
Sql Server What will be the output of below statement? Select IsNumeric('12Vishal345'); 01-Jul-2014 2411
Sql Server What is the use IsNumeric function? 01-Jul-2014 1779
Sql Server What will be the value of the @Bit variable in below statement? declare @val bit; set @val = -1; select @val as Output; 01-Jul-2014 1803
Sql Server What will be the result? select STR(938.56,6,1); 01-Jul-2014 3479

Navigate to page: 1 | ... 32 33 34 35 36 37 38 39  40 41 42 43 44 45 46 ... 71