How to create a new table by selecting rows from another table?
No Answer is Posted For this Question
Be the First to Post Answer
what is reindexing?
How to change system global area (sga) in oracle?
How to call a stored function in oracle?
How to insert a record into a table?
what is kernel?
what is difference between table and view? where to use views? thanks in advance!
what is the difference between authorization and authentication?
What is proxy method?
What are dml statements in oracle?
can you explain performance tunning in oracle(sql,PL/SQL)
What happens if you set the sga too low in oracle?
two tables are there emp(eno,ename,sal,deptno),dept(deptno,dname).how form the query in deptno,ename,max(sal)