How to export several tables together?
No Answer is Posted For this Question
Be the First to Post Answer
difference between imlicit cursor and explicit cursor ?
Explain joins in oracle?
what is the syntax of INSERT command?
What are the original export and import utilities?
How to return top 5 rows in oracle?
How do you handle duplicate records in a database?
There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep
What is tablespace in oracle? how can we create? how is it manage? . . . Thnx 2 All in Advnc....:)
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
What do you mean by a database transaction & what all tcl statements are available in oracle?
How does oracle handle read consistency?