Killtest Practice Exams for 1Z0-051 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.100% Guarantee to Pass Your Other Oracle Certification exam and get your Other Oracle Certification Certification.
We guarantee your success in the first attempt. If you do not pass the Other Oracle Certification 1Z0-051 (Oracle Database: SQL Fundamentals I) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.
killtest 1Z0-051 Downloadable.
Printable Exams (in PDF format) Our Exam 1Z0-051 Preparation Material provides you everything you will need to take your Other Oracle Certification exam. The Other Oracle Certification Certification details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get Other Oracle Certification exam questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first Other Oracle Certification exam try, but also save your valuable time .
- Comprehensive questions with complete details about 1Z0-051 exam.
- 1Z0-051 exam questions accompanied by exhibits.
- Verified Answers Researched by Industry Experts and almost 100% correct.
- Drag and Drop questions as experienced in the Real Other Oracle Certification exam.
- 1Z0-051 exam questions updated on regular basis.
- Like actual Other Oracle Certification Certification exams, 1Z0-051 exam preparation is in multiple-choice questions (MCQs).
- Tested by many real Other Oracle Certification exams before publishing.
11. Using the CUSTOMERS table, you need to generate a report that shows 50% of each credit amount in each income level. The report should NOT show any repeated credit amounts in each income level.
Which query would give the required result?
A.SELECT cust_income_level, DISTINCT cust_credit_limit * 0.50
AS “50% Credit Limit”
FROM customers;
B.SELECT DISTINCT cust_income_level, DISTINCT cust_credit_limit * 0.50
AS “50% Credit Limit”
FROM customers;
C.SELECT DISTINCT cust_income_level || ‘ ‘ || cust_credit_limit * 0.50
AS “50% Credit Limit”
FROM customers;
D.SELECT cust_income_level ||’ ‘|| cust_credit_limit * 0.50 AS “50% Credit Limit”
Answer: C
12. View the Exhibit and examine the data in the CUSTOMERS table.
Evaluate the following query:
SQL> SELECT cust_name AS “NAME”, cust_credit_limit/2 AS MIDPOINT,
MIDPOINT+100 AS “MAX LOWER LIMIT”
FROM customers;
The above query produces an error on execution.
What is the reason for the error?
A.An alias cannot be used in an expression.
B.The alias NAME should not be enclosed within double quotation marks.
C.The MIDPOINT+100 expression gives an error because CUST_CREDIT_LIMIT contains NULL values.
D.The alias MIDPOINT should be enclosed within double quotation marks for the CUST_CREDIT_LIMIT/2 expression.
Answer: A





Monday, February 2nd, 2009, 10:19 pm | 
