English Русский Contacts Site map Add to favorites
Registration
Login
Master braindump list
New braindumps
Submit a dump
Get latest dump
braindumps.com.ua
flame
3COM (7)
Adobe (1)
BEA (1)
Checkpoint (22)
Cisco (20)
Citrix (17)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (1)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2461)
Network Appliance (2)
Novell (16)
Oracle (412)
PLSQL (1)
PMI (4)
SAS (1)
Sun (87)
Teradata (4)
Login:
Password:
RSS feed

Contacts
Certification links
Links
Authorized user can see question and answers.
Please log in or sign up.

Exam question list:
Show all comments
Oracle 1Z0-007: Introduction to Oracle9i: SQL
#51. Examine the structures of the PATIENT, PHYSICIAN, and ADMISSION tables.

Which SQL statement will produce a list of all patients who have more than one physician?

Show comments for this question (1)
Add comments
Link to this question

#52. Which clause should you use to exclude group results?

Show comments for this question (1)
Add comments
Link to this question

#53. In a SELECT statement that includes a WHERE clause, where is the GROUP BY clause placed in the SELECT statement?

Show comments for this question (1)
Add comments
Link to this question

#54. Which two are character manipulation functions? (Choose two.)

Show comments for this question (1)
Add comments
Link to this question

#55. The EMPLOYEES table contains these columns:

You need to write a query that will produce these results:
1. Display the salary multiplied by the commission_pct.
2. Exclude employees with a zero commission_pct.
3. Display a zero for employees with a null commission value.
Evaluate the SQL statement:
  1. SELECT LAST_NAME, SALARY*COMMISSION_PCT
  2. FROM EMPLOYEES
  3. WHERE COMMISSION_PCT IS NOT NULL;
What does the statement provide?

Show comments for this question (1)
Add comments
Link to this question

#56. Examine the structures of the EMPLOYEE and CURR_ORDER tables as shown below:

You queried the database with this SQL statement:
  1. SELECT a.last_name, a.first_name, a.job_id, NVL(a.commission, 0), b.avgcomm
  2. FROM employee a, (SELECT job_id, AVG(commission) AVGCOMM
  3. FROM employee
  4. WHERE commission IS NOT NULL
  5. GROUP BY job_id) b
  6. WHERE a.job_id = b.job_id
  7. AND a.commission < b.avgcomm;
Which is a result of this query?

Show comments for this question (1)
Add comments
Link to this question

#57. Examine the structures of the EMPLOYEE and CURR_ORDER tables.

To keep your top sales representatives motivated, your company plans to increase the bonuses of employees. You need to create a SELECT statement that returns the name, bonus, and maximum order amount associated with each employee for all employees whose bonus is less than 8 percent of their maximum order amount.
Which SELECT statement should you use?

Show comments for this question (1)
Add comments
Link to this question

#58. The PRODUCT table contains these columns:
 PRODUCT_ID       NUMBER(9) 
 PRODUCT_NAME     VARCHAR2(25) 
 COST             NUMBER(5,2) 
 LIST_PRICE       NUMBER(5,2) 
 SUPPLIER_ID      NUMBER(9)
You need to display product names, costs, supplier ids, and average list prices for all the products that cost more than the average cost of products provided by the same supplier. Which SELECT statement will achieve these results?

Show comments for this question (1)
Add comments
Link to this question

#59. Which SELECT statement should you use to extract the year from the system date and display it in the format "1998"?

Show comments for this question (1)
Add comments
Link to this question

#60. The CUSTOMERS table has these columns:

The CUSTOMER_ID column is the primary key for the table. Which two statements find the number of customers? (Choose two.)

Show comments for this question (1)
Add comments
Link to this question


 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] ... [31 
Up ^ gen. 0.158 Server date 07:34 22-11-2008 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps