1z0-051 Sample Question Query

I saw this question at http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=303&p_certName=SQ1Z0_051
3. Examine the structure of the EMP table:
  EMP      
Name  Null?  Type  
EMPNO
ENAME
SALARY
COMM_PCT
NOT NULL  NUMBER(3)
VARCHAR2(25)
NUMBER(10,2)
NUMBER(4,2)
You want to generate a report that fulfills the following requirements:
1. Displays employees' names and commission amounts
2. Excludes employees who do not have a commission
3. Displays a zero for employees whose SALARY does not have a value
You issue the following SQL statement:
SQL>SELECT ename, NVL(salary * comm_pct, 0)
FROM emp
WHERE comm_pct <> NULL;
What is the outcome?
It generates an error
It executes successfully but displays no result
It executes successfully but displays results that fulfill only requirements 1 and 3
It executes successfully and displays results that fulfill all the requirementsWhen I tried answering this question, I felt this SQL statement is syntactically correct and it does the job what it is required to do.
But then, when I checked the answers given below, I saw that the answer is It executes successfully but displays no result
Without seeing or knowing the rows in table emp, how can I conclude that this query will display no result? Please advice.
Edited by: TuX4EvA on Sep 29, 2009 2:19 AM

TuX4EvA wrote:
SQL>SELECT ename, NVL(salary * comm_pct, 0)
FROM emp
WHERE comm_pct &lt;&gt; NULL;
Without seeing or knowing the rows in table emp, how can I conclude that this query will display no result? Please advice.Because nothing is equal or not equal to NULL. You can only have something that IS or IS NOT NULL...

Similar Messages

  • Are there any 1z0-051 Sample Exams?

    I am a person working in Java but I am planning to give 1Z0-051 exam in march. Have been studying from SQL Fundamentals I Exam Guide - Watson. But reading through threads and seeing people having bad experience with his book questions not matching with exam, I am re-thinking what to do? Can anyone please take me out of this ambiguity and guiding me..Please !!
    Thanks
    Prachi

    Prachi wrote:
    I am a person working in Java but I am planning to give 1Z0-051 exam in march. Have been studying from SQL Fundamentals I Exam Guide - Watson. But reading through threads and seeing people having bad experience with his book questions not matching with exam, I am re-thinking what to do? Can anyone please take me out of this ambiguity and guiding me..Please !!
    Thanks
    PrachiMy personal opinio n is if you know SQL well enough, and use the study guide to sharpen the edge of ones understanding, then one should be okay.
    So IMHO the candidate who:
    1) Learns SQL independently of the study guide
    2) Makes own notes and
    3) Downloads study guide errata
    4) Uses the study guide to fine tune knowledge up to exam standard.
    5) Refer to Oracle documentation and practice to resolve any uncertainties, practice this learned, or areas found difficult.
    6) Perform gap analysis against latest published topics
    7) Never take a practice test after revising that day.
    8) Only then does end of chapter questions .. and spend times investigating any wrong answers. ( Yes sometime these books can be wrong/ambiguous).
    Stands a good chance of doing well ... provided they are able to understand the questions (ie poor english / japanese might be unhelpful; and an inability to rad a question carefully, exactly and properly will be a problem).
    ( If all else fails read the question ...... as an ex techer of mine used to drum into us week in an week out ).
    However if a candidate:
    - studies only by using a study book.
    - immediately does questions and repeatedly does same questions.
    There is a real danger on overly relying on the questions given rather than being able to answer any question on the given topic and having gaining real practice and understanding of the things being learnt.
    If you really need additonal practice questions you can pay your money for these official one:
    These are available from the certification website at http://certificaton.oracle.com - preparation - practice tests ..... (and linked to by announcements posts in this forum)... so I guess Oracle would hope Candidates would find them.
    ... (NB: only buy one of hte Kaplan offerings ... )
    At an extreme case if a person had does question 6 fives days in a week by the 5th day the person may know the answer is A,B,D without even knowing the answer!
    7) Then takes the sample exams on the CDROM (One at a time).

  • 1z0-051 Sample Exams

    Hello:
    Can any one recommend me to buy sample exam for Oracle Database 11g: SQL Fundamentals I
    Oracle used to recommend Oracle Practice Exam for 1Z0-051 DBCert.
    On the market there are many sample exam to prepare for the certification
    What do you recommend sample exam to prepare for final?
    Please help
    Ali

    user12965814 wrote:
    Hi Sir, I need your opinion about some books, I'm planning to prepare both OCA and OCP 11g which require to pass the following exams Exam 1Z0-051 , Exam 1Z0-052 and 1Z0-053
    I found three books which I think good for the prep
    Livre N° 1)
    OCP Oracle Database 11g Administration II Exam Guide (Administration II Exam Guide (Exam 1Z0-053))
    Link : http://www.mhprofessional.com/product.php?cat=112&isbn=0071597093&cat=112
    Livre N° 2)
    OCA Oracle Database 11g Administration I Exam Guide (Exam 1Z0-052) Administration I Exam Guide (Exam 1Z0-052)
    Link : http://www.mhprofessional.com/product.php?cat=112&isbn=0071591028&cat=112
    Livre N° 3 ) (celui là je l'ai !)
    OCA Oracle Database 11g SQL Fundamentals I Exam Guide SQL Fundamentals I Exam Guide (Exam 1Z0-051)
    Link:http://www.mhprofessional.com/product.php?cat=112&isbn=0071597867&cat=112
    Please what do you think ?I dont know what your background is, but you would probably need to organise some training and background as well.
    You also need to to attend and get verified Oracle approved training to achieve DBA OCP
    .... One step at a time though, and OCA Oracle Database 11g SQL Fundamentals I Exam Guide SQL Fundamentals I Exam Guide (Exam 1Z0-051) is good value for low investment. But you may need to checkout other training.
    The training link mentioned in an earlier post link may or may not be effective, however I do not believe it covers the oracle verified training pre-req to achieve DBA OCP.
    Worth checking https://workforce.oracle.com/pls/wdp/new_home.main to see if there is cheap (not always best quality) training available near you.
    Refs:
    http://certification.oracle.com (Particularly preparation).
    http://blogs.oracle.com/certification/2010/07/0332.html
    http://blogs.oracle.com/certification/2008/10/question_of_the_day_how_to_pre.html
    http://blogs.oracle.com/certification/2009/04/are_you_getting_your_training.html

  • Oracle Database 11g: SQL Fundamentals I 1Z0-051 Question

    i bought the OCA Oracle Database 11g: SQL Fundamentals I Exam Guide (Exam 1Z0-051) and i am not sure do i have to read the whole book ! or just go through the exam objectives table ? because the book covers lots of topics that's not in the exam and i am kind of tight on time if any one had the book or used it pls help
    To make it more clear i have a table in the book that shows each exam topic with page number next to it Like this:
    Restricting and Sorting Data
    [ ]      Limit the rows that are retrieved by a query Pg:104
    [ ]      Sort the rows that are retrieved by a query Pg:136
    [ ]      Use ampersand substitution to restrict and sort output at runtime
    Using Single-Row Functions to Customize Output
    [ ]      Describe various types of functions available in SQL Pg:170
    [ ]      Use character, number, and date functions in SELECT statements Pg:177
    Edited by: user7804566 on 01-Mar-2009 02:00

    Yes indeed. Practice at work (and elsewhere) is the best way to learn and ro reinforce learning.
    However, the more you read, the more you will be exposed to ideas and variations. Eventually you will find that many of the books have errors in various places. You will be winning when you are able to read and identify the errors AND explain why they are errors.
    The way your original question was written implied that you were after the minimum effort to pass an exam. Your last reply implies a different, and better, attitude.
    My suggestion therefore is to concentrate on the actual examples, but as quickly as possible expand to areas of interest. Explore as much as you possibly can, but make it a 'learning exploration' byut asking yourself questions and then investigating what the answer is.
    Also note that in Oracle nearly every answer has an exception. The best of the best know this and try very hard to understand when things go according to plan and when (and why) expections occur.

  • 1Z0-051

    Hey,
    I have just started working, and since my work profile deals with sql and pl/sql development primarily I want to go for 1Z0-051 exam. My query is as follows:
    1.I want to know the level of difficulty to expect. I plan to study for the same from the official guide for 1.5 -2 months. Will it turn out to be enough?
    2.Is the helping material like the simulation exam absolutely necessary given ?
    3.Does a OCA certification with relatively lesser experience useful?
    Thanks in advance.\_/

    845910 wrote:
    What are your thoughts about the simulation exams provided in the cd with 1Z0-051 watson guide?Well there is a couple of mistakes, the exam, particular the downloaded bonus one, can seem a little clunky and even annoyingly buggy.
    My view on smulation exams and test questions are that i regard them to be rare golddust. I only use them after all my other preparations are complete. And even then only one at a time. In other words I use them to confirm my skills and identifiy gaps at the end of my preparation.
    Generally the question set can be used for exams or for learning. If you use them for learning you may get to the exam point quicker, but there is danger of learning the questions and not the exam topics.
    Apart from that can we also take help from the exams on the cd's for exams 1Z0-007,1Z0-047, while preparing for 1Z0-051?1z0-007 will cover a comparable topic set and level to 1z0-051 therefore sample questions and anwers will generally be valid.
    1z0-047, while it is a superset of 1z0-051 topics, will generally have questions that concentrate on 1z0-047 specific topics and to a higher difficulty level. Therefore IMHO 1z0-047 questions will probably be more of a hinderance than a help to people studying 1z0-051.
    If you really are massively into simulations, and have the money, Oracle have a Kaplan IT as a practice exam provider. See http://certification.oracle.com/ - Preparation - Practice Tests.
    - (Nearly all other simulations you will find on the net are braindump simulations and must be avoided)

  • Studying for 1Z0-051, months_between issue

    Hi guys I'm working through SQL Fundamentals I Exam Guide and exercise 4-3 runs this query:
    SELECT EMPLOYEE_ID, LAST_NAME, HIRE_DATE
    FROM EMPLOYEES
    WHERE MONTHS_BETWEEN('01-JAN-2000',HIRE_DATE)>100;
    Looking at my sample HR schema the earliest hire_date is 2001 so the results come back with nothing. However if I change the date to '01-JAN-1960' I still get nothing, is there a problem with the query?
    Many thanks
    Mike

    837287 wrote:
    Hi guys I'm working through SQL Fundamentals I Exam Guide and exercise 4-3 runs this query:
    SELECT EMPLOYEE_ID, LAST_NAME, HIRE_DATE
    FROM EMPLOYEES
    WHERE MONTHS_BETWEEN('01-JAN-2000',HIRE_DATE)>100;
    Looking at my sample HR schema the earliest hire_date is 2001 so the results come back with nothing. However if I change the date to '01-JAN-1960' I still get nothing, is there a problem with the query?
    Many thanks
    MikeIMHO it is inappropriate to ask about individual topics in this forum. IMHO It is better asked in the SQL forum. This forums is more about the infrastructure, processes and procedures of Oracle Certification.
    There are a couple of reasons for this. One is that discussion can lead toward exam questions being published. I have seen this happen on a number of occasions, sometimes the orignal is no really a problem ... then braindump extracts and copyright breach material is posted in the same or another thread.
    The other reason is that there are a really wide spread of oracle certifications, the 1z0-051 may well be one of hte most common certiifcation exams, but it is one of perhaps about a hundred or so certification exams offered.
    Also worth a check is : http://www.mhprofessional.com/product.php?isbn=0071597867
    NB: Having said that my bucket and shovel approach is when working with these things is not to rely on an implicit character to date conversion but to ensure I am using an explicit character to date conversion and see what happens with that.

  • Certification topics for 1z0-051

    I am preparing for the SQL fundamental exam 1z0-051. I am following the book :"OCA: Oracle Database 11g Administrator Certified Associate Study Guide: (Exams1Z0-051 and 1Z0-052) " by Biju Thomas.
    Question: The exam topics in Oracle's certification website do not indicate subtopics. eg. Group functions is a topic listed but are sub-topics such as ROLLUP and CUBE part of the certification?
    Thanks in advance.
    Sudhakar

    mango_boy wrote:
    bigdelboy wrote:
    sayantan chakraborty wrote:
    Sir
    i am also preparing for this and want to sit for it at the September end.
    [amazon link|http://www.amazon.com/Oracle-Database-Osborne-ORACLE-Press/dp/0071498508/ref=pd_sim_b_3] is this book enough for iz0-051??
    can you refer a sybex book for this,so that can tally the explanations?...............
    For anyone who has SQL experience, or has studied SQL as part of a WDP, or has a general SQL book already then either of the two books (+ their associated practice test in book and on CDROM should be adequate for 1z0-051:I did not get any testkit CDROM forr 007 even.as i am under WDP for 9i.
    * ISBN-13: 978-0071597869: OCA Oracle Database 11g SQL Fundamentals I Exam Guide: Exam 1Z0-051 (Oracle Press)i found 2008 edition in our local market.so ISBN no. did not match.
    * ISBN-13: 978-0470395127: OCA: Oracle Database 11g Administrator Certified Associate Study Guide: (Exams1Z0-051 and 1Z0-052) (Sybex)this book (probably written by Biju Thomas).
    The first is usually cheaper, the second while more expensive also covers 1z0-052. I have seen the first book and it is adequate ; and I know of no reason why the second should not be adequate too. While for the self studying for OCA/OCP 10g/11g candidates i somtimes hint to people they should consider getting both Oracle Press and Sybex books; for this exam i tend to think this is not so necessary for most people.
    wrt the book you referenced:
    * ISBN-13: 978-0071498500: Oracle Database 11g SQL (Osborne ORACLE Press Series)
    This book is designed to cover 11g SQL in general. It is more orientated towards learning and reference. While not tied to an exam it does probably cover most (if not all) topics needed for 1z0-047. Probably most professionals would find it as easy to look up oracle documentation most of the time. I actually have it, mainly because I it was an easy way for me to get a grip on the newer ANSI join forms whcih I am less useful. I cant say its not useful, but certainly some people would find it of limited use and others are quite happy with it.This book still to come in local market(india).
    Thanx.whatever..........but remember this sybex books have very little hands on practice.ie.hardly you will find a query that is left for your practice.All of questions in MCQ basis.
    Edited by: user11838351 on Aug 28, 2009 8:07 AM
    to dissolve ambiguity

  • 1z0-051 Certification - Advice Needed

    Hello Guys,
    I have been reading, learning and practicing Oracle 11g SQL Fundamentals for the last 3 months and finally ready to take up the Exam 1z0-051 by October 15th 2009.
    The only book I used: OCA Oracle Database 11g SQL Fundamentals I Exam Guide (Exam 1Z0-051)
    Version I practiced: Oracle 11g (Practiced almost using the SQL Developer and not the SQL*Plus)
    Samples Questions I worked on: I got access to Skillport's 1z0-051 Testprep course (Sponsored by my Company).
    I feel confident enough but then I would like to hear from the ones who already passed this exam.
    Are there any other material or samples questions I need to work or concentrate on?
    How would you rate the exam from a beginner's perspective. (When I say beginner, I mean a person with just 6 month experience in Oracle Database.) Is the exam dead easy or moderate or really difficult?
    Please advice. Thanks for your time!

    If your performing adequately on the questions with OCA Oracle Database 11g SQL Fundamentals I Exam Guide (Exam 1Z0-051) and I believe you've put in lots of practice besides then its probably time to have an actual exam attempt.
    Certainly you seem to be on the approach advocated by [http://blogs.oracle.com/certification/2009/05/the_route_you_choose.html]
    I personally, and I accept people are different, feel that from once I feel I have an 80% chance of passing then I need to have a shot at the exam simply because if I fail I'd be in a better mindset to attempt a retry.
    There are additional tests you can buy from the authorirized providers ( [OCA Oracle Database 11g SQL Fundamentals I Exam Guide (Exam 1Z0-051)] ) or you can get additional practice tests from the Sybex book.
    I must admit I value practice tests like golddust; the second time I attempt the a practice question I may remember the answer so I always like to leave a practice tests late into my revision cycle and if possible to take the last one (or two) just before I go for the exam.
    But IMHO I think you've put a lot of commendable effort into studying and its worth having a go at the exam. Take usual exam advice, my chemistry tutor used to say If all else fails read the question ... Dont be thrown off course if the first few questions throw you and be aware of the time remaining; there is no point running out of time and not attempting an answer to all questions. You mave the option of marking questions for special review. And the ones you can answer correcctly do so; quickly double check your answer, and move on; on dwell on it ... the time will be beter spend elsewhere. Exam technique only comes to most moere mortals with practice.

  • 1Z0-051 newbie

    i am planning to take the 1Z0-051 exam and i came accross this page:
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_051
    looking at the 4 reccommended courses, looks like none of them are self-study? i HAVE to take the instructor-led course that costs at min of $1800 in order to clear this exam?
    specifcally, this is what confused me:
    "This course counts towards the Hands-on course requirement for the Oracle Database 11g Administrator Certification. Only instructor-led inclass or instructor-led online formats of this course will meet the Certification Hands-on Requirement. Self Study CD-Rom and Knowledge Center courses DO NOT meet the Hands-on Requirement."
    i was hoping to clear the OCA exam completely thru self-stufy. so that is not an option? or did i miss something here?
    i read quite a lot of threads for 1Z0-051 in this forum, but couldn't find an answer to my question. apologies if this is a repeate query.
    thanks,
    --Ruchi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    user10856610 wrote:
    i am planning to take the 1Z0-051 exam and i came accross this page:
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_051
    looking at the 4 reccommended courses, looks like none of them are self-study? i HAVE to take the instructor-led course that costs at min of $1800 in order to clear this exam?
    specifcally, this is what confused me:
    "This course counts towards the Hands-on course requirement for the Oracle Database 11g Administrator Certification. Only instructor-led inclass or instructor-led online formats of this course will meet the Certification Hands-on Requirement. Self Study CD-Rom and Knowledge Center courses DO NOT meet the Hands-on Requirement."
    i was hoping to clear the OCA exam completely thru self-stufy. so that is not an option? or did i miss something here?
    i read quite a lot of threads for 1Z0-051 in this forum, but couldn't find an answer to my question. apologies if this is a repeate query.
    thanks,
    --RuchiOracle training is probably the best quality training for the exam but there is no mandatory need to take it before taking this exam.
    The Hands on Course requirement is for (DBA OCP) certification purposes and is independent of any particular exam. What it is trying to say is attending this course will meet the Hands on requirement for those seeking Oracle DBa certification.
    Browsing the forum announcement posts and [http://www.oracle.com/education/certification] may help. The blog here will also help. [http://blogs.oracle.com/certification/2009/07/oracle_certification_and_the_h.html]
    So yes you can self study completely for this exam if you want and you feel you are capable of it. See also [http://blogs.oracle.com/certification/2009/05/the_route_you_choose.html] for further study tips.
    Rgds -bigdelboy
    Edited by: bigdelboy on 04-Sep-2009 12:43 (fixed link typo)

  • What is another schema name in oracle 1z0-051 exam ?

    hi all
    i want to prepare oracle 1z0-051 , i study SQL tutorial (HR schema) , and i have seen some  questions. but some of tables is like (sales , customers ,promotion ...ets)
    What are the schemas in this exam ? by the way all samples schema install in my database
    and thx advace

    In the exam you will get the snippet of the code that includes table structure and may be data in some tables in some questions. But every time they are different. so my advice is that you need to understand how to read a table definition and interpret. dont just mug up the things. Go to oracle documentation and read and try get the concept right.
    I followed the book 'Oracle 11g- SQL Fundamental Exam Guide (Exam 1Z0-051)' it nearly covered all the topics and have good examples at the end of the chapter. happy studying.
    You cane refer to 'http://www.oracle.com/technetwork/articles/sql/11g-schemamanagement-089869.html'
    and 'Managing Schema Objects'

  • Exam Guide: Exam 1Z0-051 (Oracle Press).

    Hi, I am planning to appear in the 1Z0-051 test. and got the book (OCA Oracle Database 11g SQL Fundamentals I Exam Guide: Exam 1Z0-051 (Oracle Press). this is an old copy, and does not have the CD with the sample exam.
    Are the questions on the exam CD same as at the end of the book, or are those different than those in the book. I don't want to buy the book, if I don't have to.

    Saying that you do not want to buy a book does not endear you to the auhors
    Nore that I am only a part author of that one, my colleague Roopesh was an equal (or greater) contributor.
    I have not gone through the material on the CD, but I was under the impression that it was the same as the printed content. Certainly what I have seen of all the illegal copies that criminals put up on web sites for thieves to download suggests that. THere are other sets of a few hundred questions on the McGraw-Hill website, I think if you can demonstrate that your copy is legal you will have access to them.
    Overall, I would make two suggestions. First, do not rely on dummy questions. They are not the real thing (which would be illegal) and all they do is lt you confirm that you have studied the relevant material. There is absolutely no point in repeating them unil you get all right, which is what some people do. Second, do not do that exam at all, it is out of date. Do the 1z0-061 exam insead. Roopesh's book http://www.amazon.com/gp/product/0071820280 is excellent.

  • Preparation guide for 1Z0-051

    Hi,
    I am preparing for 1Z0-051 11g sql fundamentals exam as path to OCA. I have SYBEX publications book by Biju Thomas. Can you please suggest any other good books and any sample mock exams to be ready for the actual exam.
    Thanks
    Vivek

    Handle:     user509266
    Status Level:     Newbie
    Registered:     May 10, 2006
    Total Posts:     213
    Total Questions:     16 (15 unresolved)
    why do you continue to waste time here when you only rarely get answers to your questions?

  • Online exam about 1Z0-051

    Hi,
    After preparing for 3 weeks, I would like to take an exam in 1Z0-051.
    I prepared through 1Z0-051 exam guide. Is it enough to study for an exam or anyother oracle guide may need to take exam?
    I need some practice tests also. So, please suggest me, for practice tests.
    What are the procedures to take exam 1Z0-051 in home?
    Thanks in advance.

    Hi,
    The exam guide comes with a practice test that you can do. There is also a 10 question sample on the exam page (http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=303&p_certName=SQ1Z0_051). Assuming you score highly (80%~) on both of those at the first attempt (doesn't count when you already know the answer) then I'd say you're ok to take it.
    You can book the exam from Pearson Vue's website: http://www.pearsonvue.com/oracle/
    If you're taking it from home then you specify "non-proctored" and go through the steps from there.
    Mike

  • 1Z0-051 SQL Fundamentals 1 Exam Guide Problem with loading HR schema

    Hi,
    I’m new to Oracle Databases and have started studying with Oracle Press 11g SQL Fundamentals 1 Exam Guide 1Z0-051.
    The book is good except the problem I have is the HR schema they talk about is made up off seven tables (Countries, Departments, Employees, Job_History, Jobs, Locations and Regions).
    But the HR schema that I get is only made up off 4 tables (Bonus, Dept, Emp, Salgrade).
    Can anyone who has used this book please advise what I’m doing wrong and how I can get the correct Schema please.

    Hi,
    Well I haven't used that book but with whatever little I know , I shall try to attempt the question.
    There was an ancient schema for Human Resource, SCOTT which is haivng 4 tables only. Since 9i, there were an introduction of new schemas like HR ( Human Resource), OE( Order Entry) and so on. So the book is referring to that.
    Now when you create the database using Database Configuration Assistant, there comes an option with a check box, that do you want to create sample schemas or not? If you select that option, you get all these schemas in your db. If not, you only get the old SCOTT schema.
    If you have missed creating these schemas( which I belive is the case) than you need to manually create them. Here is the description for how to create them manually.
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28328/installation.htm#sthref20
    HTH
    Aman....

  • 1Z0-051  - 11g SQL fundamentals1 exam preperation

    Hello everyone,
    I am preparing for OCA 1Z0-051 exam and need some help for preparation. I got some pdf files with mock questions. I have couple of questions with the answers provided for them.
    <<Questions have been removed by Forum Moderator until it can be determined if they violate the fraud policy>>
    Edited by: user7435896 on Sep 7, 2009 7:07 PM
    Edited by: Certification Forum Moderator on Sep 9, 2009 2:57 PM

    user7435896 wrote:
    Hello everyone,
    I am preparing for OCA 1Z0-051 exam and need some help for preparation. I got some pdf files with mock questions. I have couple of questions with the answers provided for them.
    Q 1) ExamineXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXX
    Which query would achieve the required result?
    A. SELECT AAAAAAAAAAAAAAAAAAA;
    B. SELECT BBBBBBBBBBBBBBBBBBBBBBB;
    C. SELECT CCCCCCCCCCCCCCCCCCCC;
    D. SELECT DDDDDDDDDDDDDDDDDDD;
    Answer: X
    Why cant answer be Y,Z ? Please help me understand the problem better.
    Q 2 ) View the Exhibit and ZZZZZZZZZZZZZZZZZZZZZZZZZ
    Evaluate the following query:
    SQL> SELECT ZZZZZZZZZZZZZZZZZZZZZZZZ;
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx?
    A. AAAAAAAAAAAAAA;
    B. BBBBBBBBBBBBBBBBB;
    C. CCCCCCCCCCCCCCCc;
    D. DDDDDDDDDDDDDDDDDDDDDDDD;
    Answer: z
    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. Please clarify.
    Edited by: user7435896 on Sep 7, 2009 7:07 PMIf you had read the forum FAQ or [http://forums.oracle.com/forums/ann.jspa?annID=1122| The Route You Choose] or certification candidate agreement [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=138] you may have some idea that what you have published is probably both of unauthorised learning material and material in breah of copyright. Using it alone can get you banned from certification exams and you results nullified, publishing it is worse.
    I have reported you to ocp fraud and tagged your post as spam for Certification Forum Moderator to deal with. Do you have any good reasons why I should not have done these things?
    (Publishing this form of multiple choice question on a forum will almost certainly bring in this reponse from me - so others be warned consequences are serious).
    Edited by: bigdelboy on 07-Sep-2009 23:58 (correction of typos .... hmmmmm ..... IMHO I also recommend original poster removes offending questions without trying to save face and cover up by posting something completely different (question removed upon advice is acceptable ... leaves later posts in context) and indicates he has read the route you choose by refering to content and indicating he intends to abide by best practice ... such actions would probably be viewed in a favourable light).

Maybe you are looking for

  • How to edit a program dynamically called from another program

    Hi all, Can anyone help me in coding for a program which call's another report dynamically from selection screen(for instance z_dynam_called) and retreive the whole content of the dynamically called program(z_dynam_called) into an internal table and

  • Isr causes panic

    Hello Folks - I have a device driver running in Solaris 9 (sparc - multi cpu) which which seems to panic the system. This happens well after the ISR is registered; I don't think it is due to not having everything ready when I register the routine. Th

  • FF 3.6.13/Win2K crashes on Wikipedia edit

    Running FF 3.6.13 on Windows 2000. Trying to edit an article on Wikipedia causes FF to crash when the edit page tries to open. FF just ends with a box apologizing forthe crash, and that no crash log was created. It worked fine 2 days ago, and I do no

  • In Cp5, can you record a window that is smaller than the project size?

    We would like to have a project that is sized larger than the application capture areas, in order to have a section to the side of the application captures that can be used for buttons, text boxes, and rollover objects for example. For example, the C

  • ITunes sync error message "not allowed to make changes".  iPhone 4 to Mac

    Trying to sync music. Getting an error message. Can't sync    Not allowed to make changes.