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 / srn

sincere request to all please send me the dumps to my mail id srnforu@gmail.com.

thanks in advance.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of double ampersand (&&) in sql queries? Give an example

609


what are the limitations of identity column? : Transact sql

604


What is the main reason behind using an index?

551


What are all the common sql functions?

559


Is it possible to pass parameters to triggers?

571






can a stored procedure call itself or recursive stored procedure? : Sql dba

577


What is triggering circuit?

592


what is a cursor? : Sql dba

552


How consistent is the view of the data between and within multiple sessions, transactions or statements ?

1706


What are the different types of database management systems?

530


what is the difference between char_length and length? : Sql dba

569


Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?

576


How do rank () and dense_rank () differ?

516


How to move files from one directory to another in pl sql?

642


C. Normalize the following data up to the 3rd Normal form. Create the tables and insert the data given. Emp_ID Name Dept_Name Salary Course_Title Date_Completed 100 Adam Marketing 48,000 SPSS 6/19/2008 Surveys 10/7/2008 140 Bob Accounting 52,000 Tax Acc 12/8/2008 110 Cathy IT SQL Server 1/12/2008 C# 4/22/2008 190 Dan Finance 150 Emily Marketing 55,000 SPSS 6/16/2008 42,000 Analysis 8/12/2008 Queries 1. Find all Names who have completed the SPSS Course. 2. Find employee with max salary. 3. Find employee with 2nd max salary. 4. Find all employees in Dept “Marketing”. 5. Find all the employees who have taken more than 2 courses. 6. Find all the employees who have completed the courses before month of September.

2171