Hi all, I am going to write oracle certification. Can
anyone send me the dumps available if any for OCA exam?
Its really very urgent, prompt response will help me alot..
Answer Posted / s mahalakshmi
Hi ,
Can anybody please share me dumps for these certification code(1Z0-051 and 1Z0-052).
Thanks in advance.
Please send to this email id (rathipriya.lakshmi@gmail.com).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I tune a sql query?
Write a sql query to get the third highest salary of an employee from employee_table?
What will you get by the cursor attribute sql%rowcount?
What is percent sign in sql?
What is a dynamic query?
Why are aggregate functions called so?
What are the query optimization techniques?
What is sqlexception in java?
How can you save or place your msg in a table?
What type of join is sql join?
Can we insert data into materialized view?
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
Is pl sql and postgresql same?
Define the select into statement.
Is id a reserved word in sql?