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 1551
C# What is the return type of IsNullOrEmpty string method? 01-Jul-2014 1986
Visual Studio How to check whether any string has a value or not? 01-Jul-2014 2736
Sql Server How to check whether user defined function(UDF) is there in table or not? 01-Jul-2014 1668
Sql Server What is the default value for Bil data type? 01-Jul-2014 1792
Sql Server What is the output of below statement? declare @val bit; select @val as Output; 01-Jul-2014 2134
Sql Server What do we mean by Bit data type? 01-Jul-2014 1997
Sql Server Which trigger does execute when DELETE command is fired? 01-Jul-2014 1953
Sql Server Which of the following is NOT true about the TRUNCATE TABLE command? 01-Jul-2014 7862
Sql Server What will be the result of the following statement? Select Round(281.89,-1, 1) as Output; 01-Jul-2014 2456
Sql Server Is there any updated system table in DB tables? 01-Jul-2014 2045
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 2315
Sql Server Which of the following is the correct way to rename a user database? 01-Jul-2014 2236
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 2156
Sql Server What are the other valid data types IsNumeric function supports? 01-Jul-2014 1590
Sql Server What is the return type of IsNumeric function? 01-Jul-2014 1920
Sql Server What will be the output of below statement? Select IsNumeric('12Vishal345'); 01-Jul-2014 2738
Sql Server What is the use IsNumeric function? 01-Jul-2014 2161
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 2185
Sql Server What will be the result? select STR(938.56,6,1); 01-Jul-2014 3922

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