what is bcp? When is it used?
need to split a string into seperate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,b,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.
Why are cursors used?
Can we use out parameter in function?
how to enter numeric values as hex numbers? : Sql dba
difference between SQL and C
1 Answers Indus Software Technologies,
In packages the source code is compiled into p code ? how do we describe the p code
What is the Difference between Procedure and Function.Can we call a Function in a DML?
Does pdo prevent sql injection?
What are inner outer left and right joins in sql?
What is sql table?
What are advantages of Stored Procedures?
what is subquery? : Sql dba