What are stored procedures in mysql?
What is left join in sql?
What is NOCOPY?
What are the modes of parameters that can be passed to a procedure ?
how to use case expression? : Sql dba
Mention what are different methods to trace the pl/sql code?
What are the benefits of triggers?
How can you view the errors encountered in a trigger?
i have a table emp and columns ename,empno,mgr_id,i need ename,manager name as result i.e employee respective manager.. example empno ename mgr_id 1 john 3 2 paul 3 3 smith 1 4 kevin 1 5 stewart 2 result has to look like this ename manager john smith paul smith smith john kevin john stewart paul can u plz help me out in this.....
what are all different types of collation sensitivity? : Sql dba
What are the qualities of 2nf?
Why do we use joins?
How do I run a sql script?