oracle is compiler or interpretter,can any one tell me the
answer?
Answer Posted / rajesh.kandukuri
oracle is name of corporation,,,oracle 9i/10g is a server
s/w,database,,,it is a interpretter,,,
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Which is faster union or join?
How do I partition in sql?
What are the types of optimization?
How to use sql statements in pl/sql?
What is pragma in sql?
What is hibernate and its relation to sql?
how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc
What are operators available in sql?
what is sql server agent? : Sql dba
How to place comments in pl/sql?
What is the usage of when clause in trigger?
Can a select statement fire a trigger?
what is the difference between delete and truncate commands? : Sql dba
What is rtm in testing?
What are the types of join and explain each?