What is the difference between a procedure and a function?
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.....
How many commands are there in sql?
What is varchar sql?
What is the maximum number of triggers,can apply to a single table?
How to create your own reports in sql developer?
how can we optimize or increase the speed of a mysql select query? : Sql dba
Is left join inner or outer?
What is the difference between mdf and ndf files?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
What is sql indexing?
Which is the correct statement about truncate and delete?
What is the purpose of my sql?