Differences between Oracle 9i and 10g (Probably in terms of
SQL and PL/SQL)?
No Answer is Posted For this Question
Be the First to Post Answer
what is a unique key ? : Sql dba
Explain the working of foreign key?
Why we use stored procedure instead of query?
i have a table like this. cityno cityname mails 1 BANGALORE 8KM 2 HSR LAYOUT 20KM 3 MEJISTIC 30KM 4 JAYADEVA 55KM 5 ITPL 80KM 6 HEBBAL 115KM I HAVE DATA LIKE THIS I WANT O/P LIKE THIS DISTANCE NO.OFCITY 0-50KM 3 51-100KM 2 101-150KM 4 AND SO ON pls give me answer. i want urgent
In a distributed database system, can we execute two queries simultaneously?
What is a record in pl/sql?
What is a primary key example?
4. Select sum(A.salary) +sum(B.salary) as TOT_SAL from ( select LEVEL emp_id,level*100 salary,case when mod (level,2)=0then 2 else null end dept_id from dual connect by level<6 )A right outer join (select level emp_id ,level*200 salary ,case when mod (level,3)=0 then 2 else null end dept_id from dual connect by level<6)B On A.dept_id=B.dept_id And A.emp_id=B.emp-id;
What is error ora-01000: maximum open cursors exceeded
what are the join types in tsql? : Transact sql
What are the ddl commands?
Define join and name different types of joins?