What is a Garbage Collection? and what is full recursive
Garbage collection?
No Answer is Posted For this Question
Be the First to Post Answer
There are three tables : E : EID,ENAME D : DID,DNAME empdept : eid, did select the employees who doesn't belong to any dep
Which dictionary tables and/or views would you look at to diagnose a locking issue?
What is parameterized cursor in oracle?
What is the sid in oracle?
What is a data lock in oracle?
types of indexes and the rationale behind choosing a particular index for a situation.
What is the use of Control File ?
normally database take to refresh time 2 hours. but client asked iwant to refresh with in 5 min that same database. do you have any option in BO and Oracle? explain me briefly...kavi
what is shell?
i have a table with the columns below as Emp_ID Address_ID Address_Line City Country -------- --------- ----------- ------ --------- Q: Display the Emp_ID's those having more than one Address_ID
How to generate query output in html format?
10)In an RDBMS, the information content of a table does not depend on the order of the rows and columns. Is this statement Correct? A)Yes B)No C)Depends on the data being stored D)Only for 2-dimensional tables