What is using in sql?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of triggers?
Is merge a dml statement?
What is pl sql block structure?
need to split a string into separate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.
What are the dml statements?
how to enter numeric values as hex numbers? : Sql dba
how can we optimize or increase the speed of a mysql select query? : Sql dba
How do I restart sql?
Inline the values in PL/SQL, what does it mean.?
What is a join?
Differentiate between % rowtype and type record.
how would concatenate strings in mysql? : Sql dba