Search:

Type: Posts; User: imtiazali; Keyword(s):

Search: Search took 0.01 seconds.

  1. SQL Re: diffrence between delete with commit and truct table

    hi,
    truncate is ddl command and delete is dml command .compare to delete truncate is best in performance bcoz when execute a delete command all record in a table is store into rollback tablespace...
  2. Answers
    16
    Views
    30,321

    SQL Re: Employee and manager name in single query

    hi,

    this is simple question,execute this statement on predefined table in oracle


    -->select e.ename employee,m.ename manager from emp e join emp m where
    e.mgr=m.empno;
Results 1 to 2 of 18
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact