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 (21)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (5)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2462)
Network Appliance (2)
Novell (16)
Oracle (422)
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-001: Ineroduction to oracle:sql and pl/sql
#151. In which section of a PL/SQL block is a user-defined exception raised?

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

#152. Click on the EXHIBIT button and examine the table instance chart for the cars table.

Which SELECT statement will display style, color, and lot number for all cars based on the model entered at the prompt, regardless of case?

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

#153. In the declarative section of a PL/SQL block, you created but did not initialize a number variable.
When the block executes, what will be the initial value of the variable?

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

#154. In which order does the Oracle Server evaluate clauses?

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

#155. You attempt to query the database with this command:
  1. SELECT dept_no, AVG(MONTHS_BETWEEN(SYSDATE, hire_date))
  2. FROM employee
  3. WHERE AVG(MONTHS_BETWEEN(SYSDATE, hire_date)) > 60
  4. GROUP BY dept_no
  5. ORDER BY AVG(MONTHS_BETWEEN(SYSDATE, hire_date));
Why does this statement cause an error?

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

#156. The PART table contains these columns:
 ID              NUMBER(7)     PK 
 COST            NUMBER(7,2) 
 PRODUCT_ID      NUMBER(7)
Evaluate these two SQL statements:
  1. 1.SELECT ROUND(MAX(COST),2),
  2. ROUND(MIN(COST),2),ROUND(SUM(COST),2),
  3. ROUND(AVG(COST),2)
  4. FROM part
  1. 2.SELECT product_id, ROUND(MAX(COST),2),
  2. ROUND(MIN(COST) 2),ROUND(SUM(COST),2),
  3. ROUND(AVG(COST),2)
  4. FROM part
  5. GROUP BY product_id;
How will the results differ?

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

#157. You are a user of the PROD database which contains over 1000 tables, and you need to determine the number or tables you can access. Which data dictionary view could you query to display this information?

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

#158. Evaluate these two SQL commands:
  1. 1. SELECT DISTINCT object_type
  2. FROM user_objects;
  1. 2 .SELECT object_type
  2. FROM all_objects;
How will the results differ?

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

#159. How do you send the output of your SQL*PIus session to a text operating system rile called MYOUTPUT .LST?

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

#160. The PRODUCT table contains these columns:
 ID             NUMBER(9)     PK 
 COST           NUMSER(72) 
 SALE_PRICE     NUMBER(7,2)
Management has asked you to calculate the net revenue per unit for each product if the cost of each product is increased by 10% and the sale price of each product is increased by 25%.
You issue this SQL statement
  1. SELECT id, sale_price * 1.25- COST * 1.10
  2. FROM product
Which conclusion can you draw from the results?

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


  [1] ...  [11] [12] [13] [14] [15] [16] [17] [18]
Up ^ gen. 0.071 Server date 11:39 08-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps