What do you mean by a deadlock?
No Answer is Posted For this Question
Be the First to Post Answer
What is an external table?
difference between bind variable and variable
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
What is key preserved table?
How data locks are respected in oracle?
What are the sql clauses supported in the link property sheet ?
9)When information has to be stored w.r.t employees and their respective departments, which of the following is the Correct formulation of entries? A)Employee and department would together be represented as an entity. B)This is too less information to decide on entities. C)An employee would be one entity and a department would be another. D)Such a scenario cannot be modelled in RDBMS
Explain a data segment?
In Exception handling if we are using the when others first then what happens . whether it will show the compiler error
IS it possible to built the oracle database without setting the kernal parameters?
What are the Characteristics of Data Files ?
two tables are there emp(eno,ename,sal,deptno),dept(deptno,dname).how form the query in deptno,ename,max(sal)