What is meant by a deadlock situation?
No Answer is Posted For this Question
Be the First to Post Answer
How to insert a record into a table?
what is the syntax of INSERT command?
how to find out largest value in a table
what is port in oracle? how is it related to database application.
how to find count rows in table without count function?
SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?
Without giving condition how to retrieve the unmatched records from table.
what are the things that you consider while creating indexes on partitioning tables?
How can we find out the duplicate values in an oracle table?
Explain what does a control file contain?
what is difference between table and view? where to use views? thanks in advance!
two tables are there emp(eno,ename,sal,deptno),dept(deptno,dname).how form the query in deptno,ename,max(sal)