Why do we use procedures in pl sql?
No Answer is Posted For this Question
Be the First to Post Answer
How many times can we commit in a loop?
declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?
Can you have more than one key in a database?
how to check server status with 'mysqladmin'? : Sql dba
Which one is better subquery or joins?
How does cross join work in sql?
Does sql use python?
how do you control the max size of a heap table? : Sql dba
Can we call dml statement in function?
wt is the diff b/w greast and max ,least and min? wt is the diff b/w case and decod?
4 Answers Oracle, TCS, Tecnics,
What is pseudo column ?
What are character functions?