|
|
-
DECLARE @NextString NVARCHAR(40)
DECLARE @Pos INT
DECLARE @NextPos INT
DECLARE @String NVARCHAR(40)
DECLARE @Delimiter NVARCHAR(40)
declare @resultset table (id int identity ,val varchar(40))
declare @Eval varchar(100)
SET @String ='S d fd QL TUTOR IAL...
|
-
This challenge is to reverse the order of words within a sentence. ...
|
-
DECLARE @NextString NVARCHAR(40)
DECLARE @Pos INT
DECLARE @NextPos INT
DECLARE @String NVARCHAR(40)
DECLARE @Delimiter NVARCHAR(40)
declare @resultset table (id int identity ,val varchar(40))
declare @Eval varchar(100)
SET @String ='S d fd QL TUTOR IAL...
|
-
This challenge though does not have any resemblance with the real time problem directly, but it measures about logical thinking. The problem is all about finding the factorial of numbers...
|
-
first input number and that number assign to num...
|
-
first of all find highest salary then get one less than higesht salary ...
|
-
<p>The challenge is to find the employees with the second highest salary in each department. However, it is a little more complicated because if two employees have the same salary, you need to list both of them.</p>...
|